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]
4 lines
117 B
C++
4 lines
117 B
C++
#define BOOST_FUNCTION_NUM_ARGS 10
|
|
#include <boost/function/detail/maybe_include.hpp>
|
|
#undef BOOST_FUNCTION_NUM_ARGS
|