|
Boost : |
Subject: [boost] [local_function] ready
From: Lorenzo Caminiti (lorcaminiti_at_[hidden])
Date: 2012-01-31 19:30:31
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/doc/html/index.html
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/html/index.html
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_type/doc/html/index.html
4) Boost.Functional/OverloadedFunction
New: Overload different functions into a single function object.
https://svn.boost.org/svn/boost/sandbox/local_function/libs/functional/overloaded_function/doc/html/index.html
All source files:
https://svn.boost.org/svn/boost/sandbox/local_function/
Thanks.
--Lorenzo
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk