Răsfoiți Sursa

*** empty log message ***

[SVN r28531]
Thorsten Jørgen Ottosen 21 ani în urmă
părinte
comite
f4af53c415
1 a modificat fișierele cu 9 adăugiri și 2 ștergeri
  1. 9 2
      index.htm

+ 9 - 2
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>

粤ICP备19079148号