Chris@16: ////////////////////////////////////////////////////////////////////////////// Chris@16: // Chris@16: // (C) Copyright David Abrahams, Vicente Botet 2009. Chris@16: // (C) Copyright Ion Gaztanaga 2009-2012. Chris@16: // Distributed under the Boost Software License, Version 1.0. Chris@16: // (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: // Chris@16: // See http://www.boost.org/libs/move for documentation. Chris@16: // Chris@16: ////////////////////////////////////////////////////////////////////////////// Chris@16: Chris@16: //! \file move.hpp Chris@16: //! A general library header that includes Chris@16: //! the rest of top-level headers. Chris@16: Chris@16: #ifndef BOOST_MOVE_MOVE_HPP Chris@16: #define BOOST_MOVE_MOVE_HPP Chris@16: Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: Chris@16: #endif //#ifndef BOOST_MOVE_MOVE_HPP