summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2006-02-16 23:14:01 +0000
committerDaniel James <daniel@calamity.org.uk>2006-02-16 23:14:01 +0000
commit721c0bf095c34e72cf9ed7f74a14add58ae3be3a (patch)
treea46d7a253860a0c81b3a9cdc6ff8b1517f2fa8c8 /index.htm
parent66658f0cc2fcb84341af3d3bbbead4db85984f99 (diff)
downloadboost-721c0bf095c34e72cf9ed7f74a14add58ae3be3a.tar.gz
Add the changes to the hash library to the index page.
[SVN r32974]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm17
1 files changed, 17 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index a318d16d50..f053e3ddbd 100644
--- a/index.htm
+++ b/index.htm
@@ -221,6 +221,23 @@
_2)</code> requires no heap allocation when
placed into a Boost.Function object.</li>
+ <li><span class="library">
+ <a href="libs/functional/hash/index.html">
+ Functional/Hash Library</a></span>
+ <ul>
+ <li>Use declarations for standard classes, so that
+ the library doesn't need to include all of their
+ headers</li>
+ <li>Deprecated the
+ <tt>&lt;boost/functional/hash/*.hpp&gt;</tt>
+ headers.</li>
+ <li>Add support for the
+ <tt>BOOST_HASH_NO_EXTENSIONS</tt> macro, which
+ disables the extensions to TR1</li>
+ <li>Minor improvements to the hash functions
+ for floating point numbers.</li>
+ </ul></li>
+
<li><span class="library"><a
href="libs/graph/doc/index.html">Graph
Library</a>:</span>