2003-02-17 06:20:57 +00:00
|
|
|
// Boost utility.hpp header file -------------------------------------------//
|
2000-07-07 16:04:40 +00:00
|
|
|
|
2004-08-10 12:53:34 +00:00
|
|
|
// Copyright 1999-2003 Aleksey Gurtovoy. Use, modification, and distribution are
|
2003-11-05 07:04:53 +00:00
|
|
|
// subject to the Boost Software License, Version 1.0. (See accompanying file
|
|
|
|
// LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
|
2000-07-07 16:04:40 +00:00
|
|
|
|
2003-11-05 07:04:53 +00:00
|
|
|
// See <http://www.boost.org/libs/utility/> for the library's home page.
|
2000-07-07 16:04:40 +00:00
|
|
|
|
|
|
|
#ifndef BOOST_UTILITY_HPP
|
|
|
|
#define BOOST_UTILITY_HPP
|
|
|
|
|
2017-12-02 04:35:22 +02:00
|
|
|
// Use of this header is discouraged and it will be deprecated.
|
|
|
|
// Please include one or more of the headers below instead.
|
|
|
|
|
2008-09-06 21:11:48 +00:00
|
|
|
#include <boost/utility/base_from_member.hpp>
|
|
|
|
#include <boost/utility/binary.hpp>
|
2012-05-26 20:39:22 +00:00
|
|
|
#include <boost/utility/identity_type.hpp>
|
2017-12-02 04:35:22 +02:00
|
|
|
|
|
|
|
#include <boost/core/addressof.hpp>
|
|
|
|
#include <boost/core/enable_if.hpp>
|
2016-12-21 08:22:35 +01:00
|
|
|
#include <boost/core/checked_delete.hpp>
|
|
|
|
#include <boost/core/noncopyable.hpp>
|
2000-07-07 16:04:40 +00:00
|
|
|
|
|
|
|
#endif // BOOST_UTILITY_HPP
|