blob: 7e3e60ea9f705369f5f169bf73c5bd0396d9cf49 [file] [log] [blame]
Jeff Thompsonef2d5a42013-08-22 19:09:24 -07001// 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#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
21#endif // BOOST_UTILITY_HPP