summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2005-04-22 22:10:54 +0000
committerDaniel James <daniel@calamity.org.uk>2005-04-22 22:10:54 +0000
commite40e43defec14112ac37af1d1747c4bdf725e32b (patch)
tree31cb0fd2a006d6929f2531981785d5a5a9a2955e /libs
parentc1003d954eb6781444ff28c19dcf8b7f7c1fcf3f (diff)
downloadboost-e40e43defec14112ac37af1d1747c4bdf725e32b.tar.gz
Add the hash libraries to the main html pages.
[SVN r28428]
Diffstat (limited to 'libs')
-rw-r--r--libs/libraries.htm4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index a6537e0493..6b8c171215 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -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>