summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2005-04-23 13:07:27 +0000
committerDaniel James <daniel@calamity.org.uk>2005-04-23 13:07:27 +0000
commite8c3bb77213f788f86504e8c80ffac6cd8fd51fd (patch)
tree12e7463ffdebb60e06594bfa6c05c24a13f32d1f
parent5d982cc08860144406bee150cfc0facd91699348 (diff)
downloadboost-e8c3bb77213f788f86504e8c80ffac6cd8fd51fd.tar.gz
Change the description of functional/hash.
[SVN r28436]
-rw-r--r--index.htm5
m---------libs/functional0
-rw-r--r--libs/libraries.htm10
3 files changed, 10 insertions, 5 deletions
diff --git a/index.htm b/index.htm
index b226fa970c..b2fde750a3 100644
--- a/index.htm
+++ b/index.htm
@@ -122,7 +122,10 @@
<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>
- <li><a href="libs/functional/hash/index.html">functional/hash</a> - Extendible TR1 hash function object, from Daniel James.</li>
+ <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="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>
diff --git a/libs/functional b/libs/functional
-Subproject a461b5b1c7c339f8c45e6e35e51790049af8214
+Subproject 1564e9c767de199d5ff954e3fde5e53c3006be2
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 6e0080a17c..8d23df0656 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -123,8 +123,9 @@ 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="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="graph/doc/table_of_contents.html">graph</a> -
Generic graph components and algorithms, from Jeremy Siek
and a University of Notre Dame team.</li>
@@ -334,8 +335,9 @@ 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="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="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>