File indexing completed on 2025-01-18 09:30:54
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef BOOST_FUNCTION_PROLOGUE_HPP
0011 #define BOOST_FUNCTION_PROLOGUE_HPP
0012 # include <boost/function/detail/requires_cxx11.hpp>
0013 # include <cassert>
0014 # include <algorithm>
0015 # include <boost/config/no_tr1/functional.hpp> // unary_function, binary_function
0016 # include <boost/throw_exception.hpp>
0017 # include <boost/config.hpp>
0018 # include <boost/function/function_base.hpp>
0019 # include <boost/mem_fn.hpp>
0020 # include <boost/type_traits/is_integral.hpp>
0021 # include <boost/preprocessor/enum.hpp>
0022 # include <boost/preprocessor/enum_params.hpp>
0023 # include <boost/preprocessor/cat.hpp>
0024 # include <boost/preprocessor/repeat.hpp>
0025 # include <boost/preprocessor/inc.hpp>
0026 # include <boost/type_traits/is_void.hpp>
0027 #endif