williamr@2
|
1 |
// Boost utility.hpp header file -------------------------------------------//
|
williamr@2
|
2 |
|
williamr@2
|
3 |
// Copyright 1999-2003 Aleksey Gurtovoy. Use, modification, and distribution are
|
williamr@2
|
4 |
// subject to the Boost Software License, Version 1.0. (See accompanying file
|
williamr@2
|
5 |
// LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
|
williamr@2
|
6 |
|
williamr@2
|
7 |
// See <http://www.boost.org/libs/utility/> for the library's home page.
|
williamr@2
|
8 |
|
williamr@2
|
9 |
#ifndef BOOST_UTILITY_HPP
|
williamr@2
|
10 |
#define BOOST_UTILITY_HPP
|
williamr@2
|
11 |
|
williamr@2
|
12 |
#include <boost/utility/addressof.hpp>
|
williamr@2
|
13 |
#include <boost/utility/base_from_member.hpp>
|
williamr@2
|
14 |
#include <boost/utility/enable_if.hpp>
|
williamr@2
|
15 |
#include <boost/checked_delete.hpp>
|
williamr@2
|
16 |
#include <boost/next_prior.hpp>
|
williamr@2
|
17 |
#include <boost/noncopyable.hpp>
|
williamr@2
|
18 |
|
williamr@2
|
19 |
#endif // BOOST_UTILITY_HPP
|