|
|
@@ -195,6 +195,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é Brönnimann.</li>
|
|
|
+ <li><a href="move/index.html">move </a>- Portable move semantics for C++03 and C++1 compilers, from Ion Gaztañ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,
|
|
|
@@ -613,6 +614,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ñaga</li>
|
|
|
<li><a href="utility/compressed_pair.htm">compressed_pair</a>
|
|
|
- Empty member optimization, from John Maddock, Howard
|
|
|
Hinnant, et al.</li>
|
|
|
@@ -622,6 +624,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ñaga</li>
|
|
|
<li><a href="multi_index/doc/index.html">multi_index</a> - Containers with
|
|
|
multiple STL-compatible access interfaces, from Joaquín M López
|
|
|
Muñoz.</li>
|
|
|
@@ -733,6 +736,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|
|
<li><a href="conversion/lexical_cast.htm">lexical_cast</a> - 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ñ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
|