Jeff Thompson | ef2d5a4 | 2013-08-22 19:09:24 -0700 | [diff] [blame] | 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 | |
Jeff Thompson | 3d613fd | 2013-10-15 15:39:04 -0700 | [diff] [blame] | 9 | #ifndef NDNBOOST_UTILITY_HPP |
| 10 | #define NDNBOOST_UTILITY_HPP |
Jeff Thompson | ef2d5a4 | 2013-08-22 19:09:24 -0700 | [diff] [blame] | 11 | |
| 12 | #include <ndnboost/utility/addressof.hpp> |
| 13 | #include <ndnboost/utility/base_from_member.hpp> |
| 14 | #include <ndnboost/utility/binary.hpp> |
| 15 | #include <ndnboost/utility/enable_if.hpp> |
| 16 | #include <ndnboost/utility/identity_type.hpp> |
| 17 | #include <ndnboost/checked_delete.hpp> |
| 18 | #include <ndnboost/next_prior.hpp> |
| 19 | #include <ndnboost/noncopyable.hpp> |
| 20 | |
Jeff Thompson | 3d613fd | 2013-10-15 15:39:04 -0700 | [diff] [blame] | 21 | #endif // NDNBOOST_UTILITY_HPP |