|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50807 - website/public_html/beta/feed/history
From: Alexander.Nasonov_at_[hidden]
Date: 2009-01-27 13:32:31
Author: nasonov
Date: 2009-01-27 13:32:31 EST (Tue, 27 Jan 2009)
New Revision: 50807
URL: http://svn.boost.org/trac/boost/changeset/50807
Log:
Add ScopeExit and fix a typo in Flyweight.
Text files modified:
website/public_html/beta/feed/history/boost_1_38_0.qbk | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
Modified: website/public_html/beta/feed/history/boost_1_38_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_38_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_38_0.qbk 2009-01-27 13:32:31 EST (Tue, 27 Jan 2009)
@@ -1,7 +1,7 @@
[article Version 1.38.0
[quickbook 1.4]
[source-mode c++]
- [purpose New Libraries: Flyweight, Swap
+ [purpose New Libraries: Flyweight, ScopeExit, Swap
Updated Libraries: Hash, Unordered]
[authors [Dawes, Beman]]
[last-revision ]
@@ -22,9 +22,13 @@
[section New Libraries]
* [phrase library..[@/libs/flyweight/index.html Flyweight]:]
- * Design pattern to manage larque quantities of highly redundant objects,
+ * Design pattern to manage large quantities of highly redundant objects,
from Joaqu'''í'''n M L'''ó'''pez Mu'''ñ'''oz.
+* [phrase library..[@/libs/scope_exit/doc/html/index.html ScopeExit]:]
+ * Execute arbitrary code at scope exit,
+ from Alexander Nasonov.
+
* [phrase library..[@/libs/utility/swap.html Swap]:]
* Enhanced generic swap function,
from Joseph Gauterin.
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