Warning, file /include/boost/interprocess/detail/move.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014 #ifndef BOOST_INTERPROCESS_DETAIL_MOVE_HPP
0015 #define BOOST_INTERPROCESS_DETAIL_MOVE_HPP
0016
0017 #ifndef BOOST_CONFIG_HPP
0018 # include <boost/config.hpp>
0019 #endif
0020 #
0021 #if defined(BOOST_HAS_PRAGMA_ONCE)
0022 # pragma once
0023 #endif
0024
0025 #include <boost/move/utility_core.hpp>
0026
0027 namespace boost {
0028 namespace interprocess {
0029
0030 using ::boost::move;
0031 using ::boost::forward;
0032
0033 }
0034 }
0035
0036 #endif