summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorIon GaztaƱaga <igaztanaga@gmail.com>2011-10-16 16:55:34 +0000
committerIon GaztaƱaga <igaztanaga@gmail.com>2011-10-16 16:55:34 +0000
commitba16bec56fc75a679f2428fba8e46138a6053331 (patch)
tree5153fe855b29cf9ae7d9d49da8c0b505806ed0c2 /libs/libraries.htm
parent46f34f31dfccef5816ca01fa9127fda37b516033 (diff)
downloadboost-ba16bec56fc75a679f2428fba8e46138a6053331.tar.gz
Added Move and corrected Added intrusive+container to "data structures"
[SVN r74979]
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 356641029a..31d36668ca 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -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&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,
@@ -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&ntilde;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&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>
@@ -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> -&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