|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57370 - website/public_html/beta/doc
From: daniel_james_at_[hidden]
Date: 2009-11-04 12:57:12
Author: danieljames
Date: 2009-11-04 12:57:11 EST (Wed, 04 Nov 2009)
New Revision: 57370
URL: http://svn.boost.org/trac/boost/changeset/57370
Log:
Add missing libraries.
Text files modified:
website/public_html/beta/doc/libraries.xml | 33 +++++++++++++++++++++++++++++++--
1 files changed, 31 insertions(+), 2 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-11-04 12:57:11 EST (Wed, 04 Nov 2009)
@@ -667,6 +667,22 @@
<category>Function-objects</category>
</library>
<library>
+ <key>lexical_cast</key>
+ <boost-version>1.20.0</boost-version>
+ <name>Lexical Cast</name>
+ <authors>Kevlin Henney</authors>
+ <description>General literal text conversions, such as an int
+ represented a string, or vice-versa, from Kevlin Henney.
+ </description>
+ <documentation>libs/conversion/lexical_cast.htm</documentation>
+ <std-proposal>false</std-proposal>
+ <std-tr1>false</std-tr1>
+ <header-only>true</header-only>
+ <autolink>false</autolink>
+ <category>String</category>
+ <category>Miscellaneous</category>
+ </library>
+ <library>
<key>logic/tribool</key>
<boost-version>1.32.0</boost-version>
<name>Tribool</name>
@@ -963,8 +979,7 @@
<authors>Jeremy Siek</authors>
<description>Concepts defining interfaces which map key objects
to value objects.</description>
- <documentation>
- libs/property_map/index.html</documentation>
+ <documentation>libs/property_map/index.html</documentation>
<std-proposal>false</std-proposal>
<std-tr1>false</std-tr1>
<header-only>true</header-only>
@@ -1454,6 +1469,20 @@
<category>Math</category>
</library>
<library>
+ <key>utility/result_of</key>
+ <boost-version>1.32.0</boost-version>
+ <name>Result Of</name>
+ <authors></authors>
+ <description>Determines the type of a function call expression.
+ </description>
+ <documentation>libs/utility/utility.htm#result_of</documentation>
+ <std-proposal>false</std-proposal>
+ <std-tr1>false</std-tr1>
+ <header-only>true</header-only>
+ <autolink>false</autolink>
+ <category>Function-objects</category>
+ </library>
+ <library>
<key>utility/swap</key>
<boost-version>1.38.0</boost-version>
<name>Swap</name>
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