Add the hash libraries to the main html pages.

[SVN r28428]
This commit is contained in:
Daniel James 2005-04-22 22:10:54 +00:00
parent c1003d954e
commit e40e43defe
2 changed files with 6 additions and 1 deletions

View file

@ -122,7 +122,8 @@
<ul>
<li><a href="libs/iostreams/doc/index.html">iostreams</a> - Framework for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.</li>
</ul>
<li><a href="libs/functional/hash/index.html">functional/hash</a> - Extendible TR1 hash function object, from Daniel James.</li>
</ul>
<h4>Updated Libraries</h4>

View file

@ -123,6 +123,8 @@ how to download, build, and install the libraries.</p>
for deferred calls or callbacks, from Doug Gregor.</li>
<li><a href="functional/index.html">functional</a> - Enhanced
function object adaptors, from Mark Rodgers.</li>
<li><a href="functional/hash/index.html">functional/hash</a> - Extendible
TR1 hash function object, from Daniel James.</li>
<li><a href="graph/doc/table_of_contents.html">graph</a> -
Generic graph components and algorithms, from Jeremy Siek
and a University of Notre Dame team.</li>
@ -329,6 +331,8 @@ how to download, build, and install the libraries.</p>
for deferred calls or callbacks, from Doug Gregor.</li>
<li><a href="functional/index.html">functional</a> - Enhanced
function object adaptors, from Mark Rodgers.</li>
<li><a href="functional/hash/index.html">functional/hash</a> - Extendible
TR1 hash function object, from Daniel James.</li>
<li><a href="lambda/index.html">lambda</a> - Define small unnamed
function objects at the actual call site, and more, from Jaakko Järvi and
Gary Powell.</li>