comparison DEPENDENCIES/generic/include/boost/interprocess/detail/move.hpp @ 16:2665513ce2d3

Add boost headers
author Chris Cannam
date Tue, 05 Aug 2014 11:11:38 +0100
parents
children c530137014c0
comparison
equal deleted inserted replaced
15:663ca0da4350 16:2665513ce2d3
1 //////////////////////////////////////////////////////////////////////////////
2 //
3 // (C) Copyright Ion Gaztanaga 2010-2012.
4 // Distributed under the Boost Software License, Version 1.0.
5 // (See accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 //
8 // See http://www.boost.org/libs/move for documentation.
9 //
10 //////////////////////////////////////////////////////////////////////////////
11
12 //! \file
13
14 #ifndef BOOST_INTERPROCESS_DETAIL_MOVE_HPP
15 #define BOOST_INTERPROCESS_DETAIL_MOVE_HPP
16
17 #include <boost/move/move.hpp>
18
19 namespace boost {
20 namespace interprocess {
21
22 using ::boost::move;
23 using ::boost::forward;
24
25 } //namespace interprocess {
26 } //namespace boost {
27
28 #endif //#ifndef BOOST_INTERPROCESS_DETAIL_MOVE_HPP