Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57338 - trunk/libs
From: bdawes_at_[hidden]
Date: 2009-11-03 12:50:17


Author: bemandawes
Date: 2009-11-03 12:50:17 EST (Tue, 03 Nov 2009)
New Revision: 57338
URL: http://svn.boost.org/trac/boost/changeset/57338

Log:
Add libs missing from alphabetic list (Noel Belcourt)
Text files modified:
   trunk/libs/libraries.htm | 10 +++++++---
   1 files changed, 7 insertions(+), 3 deletions(-)

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2009-11-03 12:50:17 EST (Tue, 03 Nov 2009)
@@ -166,6 +166,8 @@
     <li>lambda - Define small unnamed
     function objects at the actual call site, and more, from Jaakko J&auml;rvi and
     Gary Powell.</li>
+ <li>lexical_cast -&nbsp; General literal text conversions, such as an <code>int</code> represented as
+ a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
     <li>math - Several contributions in the
     domain of mathematics, from various authors.</li>
     <li>math/complex number algorithms -
@@ -241,6 +243,7 @@
 
     <li>regex - Regular expression
         library, from John Maddock.</li>
+ <li>result_of - determines the type of a function call expression.</li>
     <li>scope_exit
         - Execute arbitrary code at scope exit, from Alexander Nasonov.</li>
     <li>serialization
@@ -681,6 +684,8 @@
     <li>flyweight - Design pattern
     to manage large quantities of highly redundant objects,
     from Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.</li>
+ <li>lexical_cast -&nbsp; General literal text conversions, such as an <code>int</code> represented as
+ a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
     <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
     <li>optional - Discriminated-union
@@ -744,7 +749,7 @@
 
 <p>Revised
 <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->27 Jan 2009<!--webbot bot="Timestamp" endspan i-checksum="14772" --></p>
+s-format="%d %b %Y" startspan -->03 Nov 2009<!--webbot bot="Timestamp" endspan i-checksum="15274" --></p>
 
 <p>&copy; Copyright Beman Dawes 2000-2004</p>
 <p>Distributed under the Boost Software License, Version 1.0.
@@ -753,5 +758,4 @@
 </p>
 
 </body>
-</html>
-
+</html>
\ No newline at end of file


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