Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-19 08:59:40

0001 //////////////////////////////////////////////////////////////////////////////
0002 //
0003 // (C) Copyright Ion Gaztanaga 2010-2012.
0004 // Distributed under the Boost Software License, Version 1.0.
0005 // (See accompanying file LICENSE_1_0.txt or copy at
0006 // http://www.boost.org/LICENSE_1_0.txt)
0007 //
0008 // See http://www.boost.org/libs/move for documentation.
0009 //
0010 //////////////////////////////////////////////////////////////////////////////
0011 
0012 //! \file
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 ">#
0022 #if defined(BOOST_HAS_PRAGMA_ONCE)
0023 #  pragma once
0024 #endif
0025 
0026 #include <boost/move/utility_core.hpp>
0027 
0028 namespace boost {
0029 namespace interprocess {
0030 
0031 using ::boost::move;
0032 using ::boost::forward;
0033 
0034 }  //namespace interprocess {
0035 }  //namespace boost {
0036 
0037 #endif //#ifndef BOOST_INTERPROCESS_DETAIL_MOVE_HPP