summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorThorsten Jørgen Ottosen <thorsten.ottosen@gmail.com>2005-04-29 15:52:12 +0000
committerThorsten Jørgen Ottosen <thorsten.ottosen@gmail.com>2005-04-29 15:52:12 +0000
commitf4af53c415bcfb57dea05195802903f874cc4f16 (patch)
tree804303609613e416536e3e199bfd6e9a4827e87a /index.htm
parent9fd867c31a5a6ba204f1e2e82a8e1c7e29619b48 (diff)
downloadboost-f4af53c415bcfb57dea05195802903f874cc4f16.tar.gz
*** empty log message ***
[SVN r28531]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm11
1 files changed, 9 insertions, 2 deletions
diff --git a/index.htm b/index.htm
index 581a01eaa4..fbd9891c9d 100644
--- a/index.htm
+++ b/index.htm
@@ -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&nbsp;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>