|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50824 - trunk/libs
From: Alexander.Nasonov_at_[hidden]
Date: 2009-01-27 16:18:59
Author: nasonov
Date: 2009-01-27 16:18:58 EST (Tue, 27 Jan 2009)
New Revision: 50824
URL: http://svn.boost.org/trac/boost/changeset/50824
Log:
Add ScopeExit.
Text files modified:
trunk/libs/libraries.htm | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2009-01-27 16:18:58 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 &
@@ -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