mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 05:07:39 +00:00
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
|