blob: fac6e8e437652c42de376c2ab47b3c1cc55e4121 [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001// Boost.Function library
2
3// Copyright Douglas Gregor 2002-2003. Use, modification and
4// distribution is subject to the Boost Software License, Version
5// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6// http://www.boost.org/LICENSE_1_0.txt)
7
8// For more information, see http://www.boost.org
9
Jeff Thompson3d613fd2013-10-15 15:39:04 -070010#ifndef NDNBOOST_FUNCTION_PROLOGUE_HPP
11#define NDNBOOST_FUNCTION_PROLOGUE_HPP
Jeff Thompsona28eed82013-08-22 16:21:10 -070012# include <cassert>
13# include <algorithm>
14# include <ndnboost/config/no_tr1/functional.hpp> // unary_function, binary_function
15# include <ndnboost/throw_exception.hpp>
16# include <ndnboost/config.hpp>
17# include <ndnboost/function/function_base.hpp>
18# include <ndnboost/mem_fn.hpp>
19# include <ndnboost/type_traits/is_integral.hpp>
20# include <ndnboost/preprocessor/enum.hpp>
21# include <ndnboost/preprocessor/enum_params.hpp>
22# include <ndnboost/preprocessor/cat.hpp>
23# include <ndnboost/preprocessor/repeat.hpp>
24# include <ndnboost/preprocessor/inc.hpp>
25# include <ndnboost/type_traits/is_void.hpp>
Jeff Thompson3d613fd2013-10-15 15:39:04 -070026#endif // NDNBOOST_FUNCTION_PROLOGUE_HPP