swap.hpp 482 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2014 Glen Fernandes
  3. *
  4. * Distributed under the Boost Software License, Version 1.0. (See
  5. * accompanying file LICENSE_1_0.txt or copy at
  6. * http://www.boost.org/LICENSE_1_0.txt)
  7. */
  8. #ifndef BOOST_SWAP_HPP
  9. #define BOOST_SWAP_HPP
  10. // The header file at this path is deprecated;
  11. // use boost/core/invoke_swap.hpp instead.
  12. #include <boost/config/header_deprecated.hpp>
  13. #include <boost/core/swap.hpp>
  14. BOOST_HEADER_DEPRECATED("boost/core/invoke_swap.hpp")
  15. #endif