Beman Dawes 16 лет назад
Родитель
Сommit
6c3f62244c
1 измененных файлов с 7 добавлено и 3 удалено
  1. 7 3
      libs/libraries.htm

+ 7 - 3
libs/libraries.htm

@@ -166,6 +166,8 @@ how to download, build, and install the libraries.</p>
     <li><a href="lambda/index.html">lambda</a> - Define small unnamed
     function objects at the actual call site, and more, from Jaakko J&auml;rvi and
     Gary Powell.</li>
+    <li><a href="conversion/lexical_cast.htm">lexical_cast</a> -&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><a href="math/doc/index.html">math</a> - Several contributions in the
     domain of mathematics, from various authors.</li>
     <li><a href="math/doc/complex/html/index.html">math/complex number algorithms</a> -
@@ -241,6 +243,7 @@ how to download, build, and install the libraries.</p>
 
     <li><a href="regex/index.html">regex</a> - Regular expression
         library, from John Maddock.</li>
+    <li><a href="utility/utility.htm#result_of">result_of</a> - determines the type of a function call expression.</li>
     <li><a href="scope_exit/doc/html/index.html">scope_exit</a>
         - Execute arbitrary code at scope exit, from Alexander Nasonov.</li>
     <li><a href="serialization/doc/index.html">serialization</a>
@@ -681,6 +684,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
     <li><a href="flyweight/doc/index.html">flyweight</a> - Design pattern
     to manage large quantities of highly redundant objects,
     from Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.</li>
+    <li><a href="conversion/lexical_cast.htm">lexical_cast</a> -&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><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
     <li><a href="optional/doc/html/index.html">optional</a> - Discriminated-union
@@ -744,7 +749,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
 
 <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 @@ or <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt<
 </p>
 
 </body>
-</html>
-
+</html>

粤ICP备19079148号