- 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]
- Remove partial specialization-specific code
function_test.cpp:
- Uses BOOST_FUNCTION_NO_DEPRECATED
- Use only the new syntax
- Test the allocator parameter
deprecated_syntax_test.cpp:
- Test the deprecated syntax
[SVN r14684]