Просмотр исходного кода

Added Move and corrected Added intrusive+container to "data structures"

[SVN r74979]
Ion Gaztañaga 14 лет назад
Родитель
Сommit
ba16bec56f
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      libs/libraries.htm

+ 4 - 0
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

粤ICP备19079148号