
9 Feb
2006
9 Feb
'06
8:13 p.m.
Daniel Wallin <dalwan01@student.umu.se> writes:
1.34 will feature new macros in Boost.Parameter that have a significantly improved interface. Some of the syntax is demonstrated in this test:
http://cvs.sourceforge.net/viewcvs.py/*checkout*/boost/boost/libs/parameter/...
They also support in/out parameter overload generation, like what you have here. The syntax for this will be:
BOOST_PARAMETER_FUNCTION((int), f, tag, (required (out(tester), *) ^^^ (name, *) ) )
Daniel did some really beautiful work on this stuff, I'd like to add. The library has now gone from being "cool" to "wicked cool." -- Dave Abrahams Boost Consulting www.boost-consulting.com