mirror of
https://github.com/boostorg/functional.git
synced 2025-08-03 06:24:34 +02:00
Fix a couple of typos in the hash documentation.
[SVN r37697]
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
[/ Copyright 2005-2006 Daniel James.
|
[/ Copyright 2005-2007 Daniel James.
|
||||||
/ Distributed under the Boost Software License, Version 1.0. (See accompanying
|
/ Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
/ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
|
/ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
|
||||||
|
|
||||||
@@ -119,7 +119,7 @@ When writing a hash function, first look at how the equality function works.
|
|||||||
Objects that are equal must generate the same hash value.
|
Objects that are equal must generate the same hash value.
|
||||||
When objects are not equal they should generate different hash values.
|
When objects are not equal they should generate different hash values.
|
||||||
In this object equality was based just on the id so the hash function
|
In this object equality was based just on the id so the hash function
|
||||||
only hash the id. If it was based on the objects name and author
|
only hashes the id. If it was based on the object's name and author
|
||||||
then the hash function should take them into account
|
then the hash function should take them into account
|
||||||
(how to do this is discussed in the next section).
|
(how to do this is discussed in the next section).
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user