[local_function] ready

Hello all, I have finished making the modifications requested by the Boost.Local(Function) review. The code is now in the sandbox ready to be moved into trunk. Can I get write access to the trunk? 1) Boost.LocalFunction New: This library allows to program functions locally, directly within the scope where they are needed. https://svn.boost.org/svn/boost/sandbox/local_function/libs/local_function/d... 2) Boost.ScopeExit Improved APIs (variadic macros, this_, void, and C++11 closures) while keeping full backward compatibility. https://svn.boost.org/svn/boost/sandbox/local_function/libs/scope_exit/doc/h... 3) Boost.Utility/IdentityType New: Macro to wrap type expressions within round parenthesis so they can be passed to macros even when they contain commas. https://svn.boost.org/svn/boost/sandbox/local_function/libs/utility/identity... 4) Boost.Functional/OverloadedFunction New: Overload different functions into a single function object. https://svn.boost.org/svn/boost/sandbox/local_function/libs/functional/overl... All source files: https://svn.boost.org/svn/boost/sandbox/local_function/ Thanks. --Lorenzo

on Tue Jan 31 2012, Lorenzo Caminiti <lorcaminiti-AT-gmail.com> wrote:
Hello all,
I have finished making the modifications requested by the Boost.Local(Function) review. The code is now in the sandbox ready to be moved into trunk.
Can I get write access to the trunk?
Done -- Dave Abrahams BoostPro Computing http://www.boostpro.com
participants (2)
-
Dave Abrahams
-
Lorenzo Caminiti