Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-03-24 12:10:29


Author: danieljames
Date: 2008-03-24 12:10:29 EDT (Mon, 24 Mar 2008)
New Revision: 43831
URL: http://svn.boost.org/trac/boost/changeset/43831

Log:
Clean up my terrible writing a little.
Text files modified:
   branches/unordered/trunk/libs/unordered/doc/hash_equality.qbk | 8 +++-----
   1 files changed, 3 insertions(+), 5 deletions(-)

Modified: branches/unordered/trunk/libs/unordered/doc/hash_equality.qbk
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/hash_equality.qbk (original)
+++ branches/unordered/trunk/libs/unordered/doc/hash_equality.qbk 2008-03-24 12:10:29 EDT (Mon, 24 Mar 2008)
@@ -17,9 +17,7 @@
         class ``[classref boost::unordered_map unordered_map]``;
 
 The hash function comes first as you might want to change the hash function
-but not the equality predicate, while if you were to change the behavior
-of the equality predicate you would have to change the hash function to match
-it. So, if you wanted to use the
+but not the equality predicate. For example, if you wanted to use the
 [@http://www.isthe.com/chongo/tech/comp/fnv/ FNV-1 hash] you could write:
 
 [import src_code/dictionary.cpp]
@@ -28,8 +26,8 @@
 An example implementation of FNV-1, and some other hash functions are supplied
 in the examples directory.
 
-Alternatively, you might wish to use a different equality function. If you do
-this you will also need to use a matching hash function that matches it. For
+If you wish to use a different equality function,
+you will also need to use a matching hash function. For
 example, to implement a case insensitive dictionary you need to define a
 case insensitive equality predicate and hash function:
 


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