1 // Boost.Function library
\r
3 // Copyright Douglas Gregor 2002-2003. Use, modification and
\r
4 // distribution is subject to the Boost Software License, Version
\r
5 // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
\r
6 // http://www.boost.org/LICENSE_1_0.txt)
\r
8 // For more information, see http://www.boost.org
\r
10 #ifndef BOOST_FUNCTION_PROLOGUE_HPP
\r
11 #define BOOST_FUNCTION_PROLOGUE_HPP
\r
13 # include <algorithm>
\r
14 # include <boost/config/no_tr1/functional.hpp> // unary_function, binary_function
\r
15 # include <boost/throw_exception.hpp>
\r
16 # include <boost/config.hpp>
\r
17 # include <boost/function/function_base.hpp>
\r
18 # include <boost/mem_fn.hpp>
\r
19 # include <boost/type_traits/is_integral.hpp>
\r
20 # include <boost/preprocessor/enum.hpp>
\r
21 # include <boost/preprocessor/enum_params.hpp>
\r
22 # include <boost/preprocessor/cat.hpp>
\r
23 # include <boost/preprocessor/repeat.hpp>
\r
24 # include <boost/preprocessor/inc.hpp>
\r
25 # include <boost/type_traits/is_void.hpp>
\r
26 #endif // BOOST_FUNCTION_PROLOGUE_HPP
\r