mirror of
https://github.com/boostorg/function.git
synced 2025-07-26 02:47:16 +02:00
- 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
116 B
C++
4 lines
116 B
C++
#define BOOST_FUNCTION_NUM_ARGS 0
|
|
#include <boost/function/detail/maybe_include.hpp>
|
|
#undef BOOST_FUNCTION_NUM_ARGS
|