2003-02-17 06:20:57 +00:00
|
|
|
// Boost utility.hpp header file -------------------------------------------//
|
2000-07-07 16:04:40 +00:00
|
|
|
|
2003-02-17 06:20:57 +00:00
|
|
|
// (C) Copyright Boost.org 1999-2003. Permission to copy, use, modify, sell
|
2000-07-07 16:04:40 +00:00
|
|
|
// and distribute this software is granted provided this copyright
|
2001-07-12 16:15:30 +00:00
|
|
|
// notice appears in all copies. This software is provided "as is" without
|
2000-07-07 16:04:40 +00:00
|
|
|
// express or implied warranty, and with no claim as to its suitability for
|
|
|
|
// any purpose.
|
|
|
|
|
2002-12-27 16:51:53 +00:00
|
|
|
// See http://www.boost.org/libs/utility for documentation.
|
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>
|
2003-02-17 06:20:57 +00:00
|
|
|
#include <boost/utility/base_from_member.hpp>
|
|
|
|
#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
|
2001-07-12 16:15:30 +00:00
|
|
|
|