Remove links to unreleased libraries.

[SVN r43624]
This commit is contained in:
Daniel James 2008-03-15 13:41:49 +00:00
parent e76d32a2ed
commit dc3295991f

View file

@ -80,8 +80,6 @@ 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
@ -276,7 +274,6 @@ 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>
@ -344,7 +341,6 @@ 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>
@ -490,8 +486,6 @@ 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/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,