|
|
@@ -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ín M López
|
|
|
Muñ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ín M López
|
|
|
Muñ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
|