|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57339 - branches/release/libs
From: bdawes_at_[hidden]
Date: 2009-11-03 12:55:14
Author: bemandawes
Date: 2009-11-03 12:55:13 EST (Tue, 03 Nov 2009)
New Revision: 57339
URL: http://svn.boost.org/trac/boost/changeset/57339
Log:
Merge from trunk
Properties modified:
branches/release/libs/libraries.htm (contents, props changed)
Text files modified:
branches/release/libs/libraries.htm | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm (original)
+++ branches/release/libs/libraries.htm 2009-11-03 12:55:13 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ärvi and
Gary Powell.</li>
+ <li>lexical_cast - 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ín M López Muñoz.</li>
+ <li>lexical_cast - 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>© 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