added pointer container enties

[SVN r28637]
This commit is contained in:
Thorsten Jørgen Ottosen 2005-05-03 20:36:55 +00:00
parent 6ff02681f5
commit c7908caff0

View file

@ -173,6 +173,9 @@ how to download, build, and install the libraries.</p>
and Jeremy Siek.</li>
<li><a href="optional/doc/optional.html">optional</a> - Discriminated-union
wrapper for optional values, from Fernando Cacciola.</li>
<li><a href="ptr_container/index.html">pointer container</a>
- Containers for storing heap-allocated polymorphic objects to ease
OO-programming, from Thorsten Ottosen. </li>
<li><a href="pool/doc/index.html">pool</a> - Memory pool management, from
Steve Cleary.</li>
<li><a href="preprocessor/doc/index.html">preprocessor</a> - Preprocessor
@ -285,6 +288,8 @@ how to download, build, and install the libraries.</p>
<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>
<li><a href="ptr_container/index.html">pointer container</a>
- Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
<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>
@ -468,6 +473,8 @@ how to download, build, and install the libraries.</p>
<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>
<li><a href="ptr_container/index.html">pointer container</a>
- Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
<li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
from Jaakko Järvi.</li>
<li><a href="variant/index.html">variant</a> - Safe, generic, stack-based