|
||||
File indexing completed on 2025-01-30 09:44:02
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 #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 } //namespace interprocess { 0034 } //namespace boost { 0035 0036 #endif //#ifndef BOOST_INTERPROCESS_DETAIL_MOVE_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |