either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
(in my code only)
or adding "return boost::report_errors();" where it was clearly
missing (and a pure bug, in anyone's code).
[SVN r37057]
- CW 8.3 workarounds for PP problems in BOOST_PARAMETER_MATCH
- Use BOOST_NO_RESULT_OF, and fix use of reserved identifier
BOOST_PARAMETER_AUX__RESULT_OF0_DWA2005511_HPP
- Updated tests and docs accordingly
- Moved workaround information into its own section of docs
[SVN r30161]
BOOST_PARAMETER_KEYWORD macro. The former just wasn't portable
enough, and the latter is more succinct.
Added BOOST_PARAMETER_MATCH_ARGS to clean up Borland workarounds.
[SVN r30085]