]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/function/detail/prologue.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ba1ce88c07a1f2146a6d4364d82d2ff1aae4077b
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / function / detail / prologue.hpp
1 // Boost.Function library\r
2 \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
7 \r
8 // For more information, see http://www.boost.org\r
9 \r
10 #ifndef BOOST_FUNCTION_PROLOGUE_HPP\r
11 #define BOOST_FUNCTION_PROLOGUE_HPP\r
12 #  include <cassert>\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