$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2007-08-22 04:24:37
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