5 Sep
2008
5 Sep
'08
3:28 p.m.
AMDG Alexander Gutenev wrote:
Use the idea of Boost.ScopeExit. But don't implement capturing of variables like in Boost.ScopeExit - use Boost.Bind which does it.
<snip> What is the advantage over defining a function at namespace scope? In Christ, Steven Watanabe