$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Closures emulation made easy
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-09-05 11:28:14
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