forked from boostorg/core
10 lines
170 B
C++
10 lines
170 B
C++
#ifndef BOOST_SWAP_HPP
|
|
#define BOOST_SWAP_HPP
|
|
|
|
// The header file at this path is deprecated;
|
|
// use boost/core/swap.hpp instead.
|
|
|
|
#include <boost/core/swap.hpp>
|
|
|
|
#endif
|