Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:53:31

0001 /*
0002  * Copyright (c) 2014 Glen Fernandes
0003  *
0004  * Distributed under the Boost Software License, Version 1.0. (See
0005  * accompanying file LICENSE_1_0.txt or copy at
0006  * http://www.boost.org/LICENSE_1_0.txt)
0007  */
0008 
0009 #ifndef BOOST_UTILITY_SWAP_HPP
0010 #define BOOST_UTILITY_SWAP_HPP
0011 
0012 // The header file at this path is deprecated;
0013 // use boost/core/invoke_swap.hpp instead.
0014 
0015 #include <boost/config/header_deprecated.hpp>
0016 #include <boost/core/swap.hpp>
0017 
0018 BOOST_HEADER_DEPRECATED("boost/core/invoke_swap.hpp")
0019 
0020 #endif