YouCompleteMe/cpp/BoostParts/boost/move/move.hpp

28 lines
897 B
C++
Raw Normal View History

2012-05-10 00:45:30 -04:00
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright David Abrahams, Vicente Botet 2009.
2013-02-13 23:03:52 -05:00
// (C) Copyright Ion Gaztanaga 2009-2012.
2012-05-10 00:45:30 -04:00
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org/libs/move for documentation.
//
//////////////////////////////////////////////////////////////////////////////
2013-02-13 23:03:52 -05:00
//! \file move.hpp
//! A general library header that includes
//! the rest of top-level headers.
2012-05-10 00:45:30 -04:00
#ifndef BOOST_MOVE_MOVE_HPP
#define BOOST_MOVE_MOVE_HPP
2013-02-13 23:03:52 -05:00
#include <boost/move/detail/config_begin.hpp>
#include <boost/move/utility.hpp>
#include <boost/move/iterator.hpp>
#include <boost/move/traits.hpp>
#include <boost/move/algorithm.hpp>
#include <boost/move/detail/config_end.hpp>
2012-05-10 00:45:30 -04:00
#endif //#ifndef BOOST_MOVE_MOVE_HPP