Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50822 - branches/release/libs
From: Alexander.Nasonov_at_[hidden]
Date: 2009-01-27 16:17:47


Author: nasonov
Date: 2009-01-27 16:17:47 EST (Tue, 27 Jan 2009)
New Revision: 50822
URL: http://svn.boost.org/trac/boost/changeset/50822

Log:
Add ScopeExit.
Text files modified:
   branches/release/libs/libraries.htm | 4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)

Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm (original)
+++ branches/release/libs/libraries.htm 2009-01-27 16:17:47 EST (Tue, 27 Jan 2009)
@@ -238,6 +238,8 @@
 
     <li>regex - Regular expression
         library, from John Maddock.</li>
+ <li>scope_exit
+ - Execute arbitrary code at scope exit, from Alexander Nasonov.</li>
     <li>serialization
         - Serialization for persistence and marshalling, from Robert Ramey</li>
     <li>signals - managed signals &amp;
@@ -672,6 +674,8 @@
     wrapper for optional values, from Fernando Cacciola.</li>
     <li>program_options - Access to configuration
         data given on command line, in config files and other sources, from Vladimir Prus.</li>
+ <li>scope_exit
+ - Execute arbitrary code at scope exit, from Alexander Nasonov.</li>
     <li>statechart - Arbitrarily
     complex finite state machines can be implemented in easily readable and
     maintainable C++ code, from Andreas Huber.</li>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk