blob: 883f0ec6b7f827fe6d6b304a5c6a4896e544a696 [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
Jeff Thompson3d613fd2013-10-15 15:39:04 -07009#ifndef NDNBOOST_UTILITY_HPP
10#define NDNBOOST_UTILITY_HPP
Jeff Thompsonef2d5a42013-08-22 19:09:24 -070011
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 Thompson3d613fd2013-10-15 15:39:04 -070021#endif // NDNBOOST_UTILITY_HPP