mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 13:13:55 +00:00
10 lines
186 B
C++
10 lines
186 B
C++
#ifndef BOOST_UTILITY_SWAP_HPP
|
|
#define BOOST_UTILITY_SWAP_HPP
|
|
|
|
// The header file at this path is deprecated;
|
|
// use boost/core/swap.hpp instead.
|
|
|
|
#include <boost/core/swap.hpp>
|
|
|
|
#endif
|