$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50871 - website/public_html/beta/doc
From: daniel_james_at_[hidden]
Date: 2009-01-29 10:52:32
Author: danieljames
Date: 2009-01-29 10:52:32 EST (Thu, 29 Jan 2009)
New Revision: 50871
URL: http://svn.boost.org/trac/boost/changeset/50871
Log:
Add scope exit to the library list.
Text files modified: 
   website/public_html/beta/doc/libraries.xml |    13 +++++++++++++                           
   1 files changed, 13 insertions(+), 0 deletions(-)
Modified: website/public_html/beta/doc/libraries.xml
==============================================================================
--- website/public_html/beta/doc/libraries.xml	(original)
+++ website/public_html/beta/doc/libraries.xml	2009-01-29 10:52:32 EST (Thu, 29 Jan 2009)
@@ -1073,6 +1073,19 @@
     <category>String</category>
   </library>
   <library>
+    <key>scope_exit</key>
+    <boost-version>1.38.0</boost-version>
+    <name>Scope Exit</name>
+    <authors>Alexander Nasonov</authors>
+    <description>Execute arbitrary code at scope exit.</description>
+    <documentation>libs/scope_exit/doc/html/index.html</documentation>
+    <std-proposal>false</std-proposal>
+    <std-tr1>false</std-tr1>
+    <header-only>true</header-only>
+    <autolink>false</autolink>
+    <category>Miscellaneous</category>
+  </library>
+  <library>
     <key>serialization</key>
     <boost-version>1.32.0</boost-version>
     <name>Serialization</name>