| 1 | // Boost utility.hpp header file -------------------------------------------// |
|---|---|
| 2 | |
| 3 | // Copyright 1999-2003 Aleksey Gurtovoy. Use, modification, and distribution are |
| 4 | // subject to the Boost Software License, Version 1.0. (See accompanying file |
| 5 | // LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.) |
| 6 | |
| 7 | // See <http://www.boost.org/libs/utility/> for the library's home page. |
| 8 | |
| 9 | #ifndef BOOST_UTILITY_HPP |
| 10 | #define BOOST_UTILITY_HPP |
| 11 | |
| 12 | // Use of this header is discouraged and it will be deprecated. |
| 13 | // Please include one or more of the headers below instead. |
| 14 | |
| 15 | #include <boost/utility/base_from_member.hpp> |
| 16 | #include <boost/utility/binary.hpp> |
| 17 | #include <boost/utility/identity_type.hpp> |
| 18 | |
| 19 | #include <boost/core/addressof.hpp> |
| 20 | #include <boost/core/enable_if.hpp> |
| 21 | #include <boost/core/checked_delete.hpp> |
| 22 | #include <boost/core/noncopyable.hpp> |
| 23 | |
| 24 | #endif // BOOST_UTILITY_HPP |
| 25 |