2003-03-03 15:53:48 +00:00
|
|
|
// Boost utility.hpp header file -------------------------------------------//
|
2000-07-27 10:26:38 +00:00
|
|
|
|
2004-11-20 09:08:45 +00:00
|
|
|
// Copyright 1999-2003 Aleksey Gurtovoy. Use, modification, and distribution are
|
2004-02-05 09:14:22 +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-27 10:26:38 +00:00
|
|
|
|
2004-02-05 09:14:22 +00:00
|
|
|
// See <http://www.boost.org/libs/utility/> for the library's home page.
|
2000-07-27 10:26:38 +00:00
|
|
|
|
|
|
|
#ifndef BOOST_UTILITY_HPP
|
|
|
|
#define BOOST_UTILITY_HPP
|
|
|
|
|
2002-05-21 23:39:58 +00:00
|
|
|
#include <boost/utility/addressof.hpp>
|
2003-03-03 15:53:48 +00:00
|
|
|
#include <boost/utility/base_from_member.hpp>
|
2004-11-20 09:08:45 +00:00
|
|
|
#include <boost/utility/enable_if.hpp>
|
2003-03-03 15:53:48 +00:00
|
|
|
#include <boost/checked_delete.hpp>
|
|
|
|
#include <boost/next_prior.hpp>
|
|
|
|
#include <boost/noncopyable.hpp>
|
2000-07-27 10:26:38 +00:00
|
|
|
|
|
|
|
#endif // BOOST_UTILITY_HPP
|