From bc1979937faefe5d8974258ab585ee228a30fca4 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 6 Jan 2008 16:48:36 +0000 Subject: [PATCH] Add more libraries that use Boost.Hash to its intro. [SVN r42529] --- hash/doc/intro.qbk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hash/doc/intro.qbk b/hash/doc/intro.qbk index b6dac9e..d91c729 100644 --- a/hash/doc/intro.qbk +++ b/hash/doc/intro.qbk @@ -11,10 +11,13 @@ [def __tr1__ [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf TR1]] +[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/bimap/doc/index.html + Boost.Bimap]] [def __issues__ [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf Library Extension Technical Report Issues List]] @@ -22,8 +25,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 +__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: