blob: c27b6d9c61ecde6fcff2858d3f70e10eb5aabcc2 [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001//////////////////////////////////////////////////////////////////////////////
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
Jeff Thompson3d613fd2013-10-15 15:39:04 -070017#ifndef NDNBOOST_MOVE_MOVE_HPP
18#define NDNBOOST_MOVE_MOVE_HPP
Jeff Thompsona28eed82013-08-22 16:21:10 -070019
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
Jeff Thompson3d613fd2013-10-15 15:39:04 -070027#endif //#ifndef NDNBOOST_MOVE_MOVE_HPP