core/include/boost/swap.hpp
2014-06-02 00:46:33 -07:00

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