
22 Aug
2007
22 Aug
'07
8:24 a.m.
Daniel Wallin <daniel <at> boost-consulting.com> writes:
Boost.Parameter does something similar to this with "out(name)". It can also detect "static" in front of a name and strip it. So both the above syntax and something like:
BOOST_SCOPE_EXIT((ref x)(ref v))
should be possible.
Thanks, I'll take a look at Boost.Parameter impl! -- Alexander