move.hpp 897 B

123456789101112131415161718192021222324252627
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // (C) Copyright David Abrahams, Vicente Botet 2009.
  4. // (C) Copyright Ion Gaztanaga 2009-2012.
  5. // Distributed under the Boost Software License, Version 1.0.
  6. // (See accompanying file LICENSE_1_0.txt or copy at
  7. // http://www.boost.org/LICENSE_1_0.txt)
  8. //
  9. // See http://www.boost.org/libs/move for documentation.
  10. //
  11. //////////////////////////////////////////////////////////////////////////////
  12. //! \file move.hpp
  13. //! A general library header that includes
  14. //! the rest of top-level headers.
  15. #ifndef BOOST_MOVE_MOVE_HPP
  16. #define BOOST_MOVE_MOVE_HPP
  17. #include <boost/move/detail/config_begin.hpp>
  18. #include <boost/move/utility.hpp>
  19. #include <boost/move/iterator.hpp>
  20. #include <boost/move/traits.hpp>
  21. #include <boost/move/algorithm.hpp>
  22. #include <boost/move/detail/config_end.hpp>
  23. #endif //#ifndef BOOST_MOVE_MOVE_HPP