Jeff Thompson | a28eed8 | 2013-08-22 16:21:10 -0700 | [diff] [blame^] | 1 | // 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 | |
| 10 | #ifndef BOOST_FUNCTION_PROLOGUE_HPP |
| 11 | #define BOOST_FUNCTION_PROLOGUE_HPP |
| 12 | # 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> |
| 26 | #endif // BOOST_FUNCTION_PROLOGUE_HPP |