move.hpp 777 B

12345678910111213141516171819202122232425262728
  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. //! \file
  12. #ifndef BOOST_INTERPROCESS_DETAIL_MOVE_HPP
  13. #define BOOST_INTERPROCESS_DETAIL_MOVE_HPP
  14. #include <boost/move/move.hpp>
  15. namespace boost {
  16. namespace interprocess {
  17. using ::boost::move;
  18. using ::boost::forward;
  19. } //namespace interprocess {
  20. } //namespace boost {
  21. #endif //#ifndef BOOST_INTERPROCESS_DETAIL_MOVE_HPP