comparison DEPENDENCIES/generic/include/boost/interprocess/detail/move.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
12 //! \file 12 //! \file
13 13
14 #ifndef BOOST_INTERPROCESS_DETAIL_MOVE_HPP 14 #ifndef BOOST_INTERPROCESS_DETAIL_MOVE_HPP
15 #define BOOST_INTERPROCESS_DETAIL_MOVE_HPP 15 #define BOOST_INTERPROCESS_DETAIL_MOVE_HPP
16 16
17 #include <boost/move/move.hpp> 17 #ifndef BOOST_CONFIG_HPP
18 # include <boost/config.hpp>
19 #endif
20 #
21 #if defined(BOOST_HAS_PRAGMA_ONCE)
22 # pragma once
23 #endif
24
25 #include <boost/move/utility_core.hpp>
18 26
19 namespace boost { 27 namespace boost {
20 namespace interprocess { 28 namespace interprocess {
21 29
22 using ::boost::move; 30 using ::boost::move;