|
|
@@ -125,14 +125,21 @@
|
|
|
<li><a href="libs/functional/hash/index.html">functional/hash</a>
|
|
|
- A TR1 hash function object that can be extended to
|
|
|
hash user defined types, from Daniel James.</li>
|
|
|
-
|
|
|
+ <li><a href="libs/ptr_container/index.html">Pointer Container Library</a>
|
|
|
+ - Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
|
|
|
+
|
|
|
<li><a href="wave/index.html">wave</a> - Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface, from Hartmut Kaiser. </li>
|
|
|
</ul>
|
|
|
|
|
|
<h4>Updated Libraries</h4>
|
|
|
|
|
|
<ul>
|
|
|
- <li><a href="libs/graph/doc/index.html">Graph
|
|
|
+ <li><a href="libs/assign/doc/index.html">Assignment Library:</a>
|
|
|
+ Support for <a href="libs/ptr_container/index.html">Pointer Container Library</a>
|
|
|
+ and new efficient functions <code>ref_list_of()</code>
|
|
|
+ and <code>cref_list_of()</code> for generating anonymous ranges.
|
|
|
+
|
|
|
+ <li><a href="libs/graph/doc/index.html">Graph
|
|
|
Library</a>: Introduced several new algorithms
|
|
|
and improved existing algorithms:
|
|
|
<ul>
|