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
|
|
|
|
|
2002-04-10 03:31:18 +00:00
|
|
|
#include <boost/utility/addressof.hpp>
|
2008-09-06 21:11:48 +00:00
|
|
|
#include <boost/utility/base_from_member.hpp>
|
|
|
|
#include <boost/utility/binary.hpp>
|
2004-05-04 16:07:00 +00:00
|
|
|
#include <boost/utility/enable_if.hpp>
|
2003-02-17 06:20:57 +00:00
|
|
|
#include <boost/checked_delete.hpp>
|
|
|
|
#include <boost/next_prior.hpp>
|
|
|
|
#include <boost/noncopyable.hpp>
|
2000-07-07 16:04:40 +00:00
|
|
|
|
|
|
|
#endif // BOOST_UTILITY_HPP
|