Merge libraries.htm from release.

[SVN r74988]
This commit is contained in:
Daniel James 2011-10-16 20:02:07 +00:00
parent a1ccb4c8ce
commit 4dcaaf1af4

View file

@ -194,6 +194,7 @@ how to download, build, and install the libraries.</p>
<li><a href="algorithm/minmax/index.html">minmax</a> - standard library
extensions for simultaneous min/max and min/max element computations,
from Herv&eacute; Br&ouml;nnimann.</li>
<li><a href="move/index.html">move </a>- Portable move semantics for C++03 and C++1 compilers, from Ion Gazta&ntilde;aga</li>
<li><a href="../doc/html/mpi.html">MPI</a> - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.</li>
<li><a href="mpl/doc/index.html">mpl</a> - Template metaprogramming
framework of compile-time algorithms, sequences and metafunction classes,
@ -611,6 +612,7 @@ how to download, build, and install the libraries.</p>
values of different value types, from Kevlin Henney.</li>
<li><a href="bimap/index.html">bimap</a> - Bidirectional maps, from Matias Capeletto.
</li>
<li><a href="container/index.html">container </a>- Standard library containers and extensions, from Ion Gazta&ntilde;aga</li>
<li><a href="utility/compressed_pair.htm">compressed_pair</a>
- Empty member optimization, from John Maddock, Howard
Hinnant, et al.</li>
@ -620,6 +622,7 @@ how to download, build, and install the libraries.</p>
<li><a href="icl/index.html">icl</a> -
Interval Container Library, interval sets and maps and aggregation
of associated values, from Joachim Faulhaber.</li>
<li><a href="intrusive/index.html">intrusive </a>- Intrusive containers and algorithms, from Ion Gazta&ntilde;aga</li>
<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>
@ -731,6 +734,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</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="msm/index.html">meta state machine</a> - High-performance expressive UML 2.0 finite state machines, from Christophe Henry.</li>
<li><a href="move/index.html">move </a>- Portable move semantics for C++03 and C++1 compilers, from Ion Gazta&ntilde;aga</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