Explorar el Código

optional and numeric/conversion docs new version

[SVN r43259]
Matias Capeletto hace 18 años
padre
commit
8ca29a79ae
Se han modificado 1 ficheros con 12 adiciones y 6 borrados
  1. 12 6
      libs/libraries.htm

+ 12 - 6
libs/libraries.htm

@@ -76,6 +76,8 @@ how to download, build, and install the libraries.</p>
 <h2>Libraries Listed <a name="Alphabetically">Alphabetically</a></h2>
 
 <ul>
+    <li><a href="accumulators/index.html">accumulators</a> - Framework for incremental
+        calculation, and collection of statistical accumulators, from Eric Niebler.</li>
     <li><a href="any/index.html">any</a> - Safe, generic container for single
       values of different value types, from Kevlin Henney.&nbsp;</li>
     <li><a href="array/index.html">array</a> - STL compliant
@@ -183,12 +185,12 @@ how to download, build, and install the libraries.</p>
     <li><a href="multi_index/doc/index.html">multi_index</a> - Containers with
     multiple STL-compatible access interfaces, from Joaqu&iacute;n M L&oacute;pez
     Mu&ntilde;oz.</li>
-    <li><a href="numeric/conversion/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
+    <li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
     <li><a href="utility/operators.htm">operators</a> - Templates
         ease arithmetic classes and iterators, from Dave Abrahams
         and Jeremy Siek.</li>
-    <li><a href="optional/doc/optional.html">optional</a> - Discriminated-union
+    <li><a href="optional/doc/html/index.html">optional</a> - Discriminated-union
     wrapper for optional values, from Fernando Cacciola.</li>
 
     <li><span class="library"><a href=
@@ -270,6 +272,7 @@ how to download, build, and install the libraries.</p>
         Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
     <li><a href="numeric/ublas/doc/index.htm">uBLAS</a> - Basic linear algebra
     for dense, packed and sparse matrices, from Joerg Walter and Mathias Koch.</li>
+    <li><a href="../doc/html/unordered.html">unordered</a> - unordered associative containers, from Daniel James.</li>
     <li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>&nbsp;
       <b>prior()</b>
@@ -337,6 +340,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="property_map/property_map.html">property map</a>
         - Concepts defining interfaces which map key objects to
         value objects, from Jeremy Siek.</li>
+    <li><a href="../doc/html/unordered.html">unordered</a> - unordered associative containers, from Daniel James.</li>
     <li><a href="variant/index.html">variant</a> - Safe, generic, stack-based
     discriminated union container, from Eric Friedman and Itay Maman.</li>
 </ul>
@@ -482,9 +486,11 @@ how to download, build, and install the libraries.</p>
 <h3><a name="Math">Math</a> and numerics</h3>
 
 <ul>
+    <li><a href="accumulators/index.html">accumulators</a> - Framework for incremental
+        calculation, and collection of statistical accumulators, from Eric Niebler.</li>
     <li><a href="math/doc/index.html">math</a> - Several contributions in the
     domain of mathematics, from various authors.</li>
-    <li><a href="numeric/conversion/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
+    <li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
     <li><a href="integer/index.html">integer</a> - Headers to ease
         dealing with integral types.</li>
@@ -633,7 +639,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
         Hinnant, et al.</li>
     <li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and
         Kevlin Henney.</li>
-    <li><a href="numeric/conversion/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
+    <li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
     <li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
       Walker.</li>
@@ -641,7 +647,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
     <li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths,
     iteration over directories, and other useful filesystem operations, from
     Beman Dawes.</li>
-    <li><a href="optional/doc/optional.html">optional</a> - Discriminated-union
+    <li><a href="optional/doc/html/index.html">optional</a> - Discriminated-union
     wrapper for optional values, from Fernando Cacciola.</li>
     <li><a href="../doc/html/program_options.html">program_options</a> - Access to configuration
         data given on command line, in config files and other sources, from Vladimir Prus.</li>
@@ -704,4 +710,4 @@ or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_
 </p>
 
 </body>
-</html>
+</html>

粤ICP备19079148号