forked from boostorg/function
- Deprecate user use of function_base - Use the Boost Preprocessor library to make Function scalable to any (reasonable) number of arguments - Make any_pointer a POD (oops) - Test Boost.Function for 30 arguments - Remove tests of deprecated features [SVN r15498]
9 lines
231 B
C++
9 lines
231 B
C++
#if !defined(BOOST_PP_IS_ITERATING)
|
|
# error Boost.Function - do not include this file!
|
|
#endif
|
|
|
|
#define BOOST_FUNCTION_NUM_ARGS BOOST_PP_ITERATION()
|
|
#include <boost/function/detail/maybe_include.hpp>
|
|
#undef BOOST_FUNCTION_NUM_ARGS
|
|
|