Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-01-06 08:39:22


Author: danieljames
Date: 2008-01-06 08:39:21 EST (Sun, 06 Jan 2008)
New Revision: 42526
URL: http://svn.boost.org/trac/boost/changeset/42526

Log:
Add links to all the libraries that use Boost.Hash
Text files modified:
   branches/unordered/trunk/libs/functional/hash/doc/intro.qbk | 9 +++++++--
   1 files changed, 7 insertions(+), 2 deletions(-)

Modified: branches/unordered/trunk/libs/functional/hash/doc/intro.qbk
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/doc/intro.qbk (original)
+++ branches/unordered/trunk/libs/functional/hash/doc/intro.qbk 2008-01-06 08:39:21 EST (Sun, 06 Jan 2008)
@@ -11,10 +11,14 @@
 [def __tr1__
     [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf
     TR1]]
+[def __unordered__ [link unordered Boost.Unordered]]
+[def __intrusive__ [link intrusive.unordered_set_unordered_multiset Boost.Intrusive]]
 [def __multi-index__ [@../../libs/multi_index/doc/index.html
     Boost Multi-Index Containers Library]]
 [def __multi-index-short__ [@../../libs/multi_index/doc/index.html
     Boost.MultiIndex]]
+[def __bimap__ [@../../libs/multi_index/doc/index.html
+ Boost.MultiIndex]]
 [def __issues__
     [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf
     Library Extension Technical Report Issues List]]
@@ -22,8 +26,9 @@
 [def __hash-table__ [@http://en.wikipedia.org/wiki/Hash_table hash table]]
 
 [classref boost::hash] is an implementation of the __hash-function__ object
-specified by the __tr1-full__ (TR1). It is intended for use as the default hash function
-for unordered associative containers, and the __multi-index__'s hash indexes.
+specified by the __tr1-full__ (TR1). It is the default hash function for
+__unordered__, __intrusive__'s unordered associative containers, and
+__multi-index-short__'s hash indicies and __bimap__'s `unordered_set_of`.
 
 As it is compliant with __tr1__, it will work with:
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk