1234567891011121314151617181920212223242526 |
- #ifndef BOOST_FUNCTION_PROLOGUE_HPP
- #define BOOST_FUNCTION_PROLOGUE_HPP
- # include <cassert>
- # include <algorithm>
- # include <boost/config/no_tr1/functional.hpp> // unary_function, binary_function
- # include <boost/throw_exception.hpp>
- # include <boost/config.hpp>
- # include <boost/function/function_base.hpp>
- # include <boost/mem_fn.hpp>
- # include <boost/type_traits/is_integral.hpp>
- # include <boost/preprocessor/enum.hpp>
- # include <boost/preprocessor/enum_params.hpp>
- # include <boost/preprocessor/cat.hpp>
- # include <boost/preprocessor/repeat.hpp>
- # include <boost/preprocessor/inc.hpp>
- # include <boost/type_traits/is_void.hpp>
- #endif
|