Jeff Thompson | a28eed8 | 2013-08-22 16:21:10 -0700 | [diff] [blame] | 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 | |
| 13 | //! \file move.hpp |
| 14 | //! A general library header that includes |
| 15 | //! the rest of top-level headers. |
| 16 | |
| 17 | #ifndef BOOST_MOVE_MOVE_HPP |
| 18 | #define BOOST_MOVE_MOVE_HPP |
| 19 | |
| 20 | #include <ndnboost/move/detail/config_begin.hpp> |
| 21 | #include <ndnboost/move/utility.hpp> |
| 22 | #include <ndnboost/move/iterator.hpp> |
| 23 | #include <ndnboost/move/traits.hpp> |
| 24 | #include <ndnboost/move/algorithm.hpp> |
| 25 | #include <ndnboost/move/detail/config_end.hpp> |
| 26 | |
| 27 | #endif //#ifndef BOOST_MOVE_MOVE_HPP |