forked from boostorg/unordered
Fix a link and a header.
[SVN r47881]
This commit is contained in:
@ -72,7 +72,7 @@
|
|||||||
[
|
[
|
||||||
[Can be compared using the `==`, `!=`, `<`, `<=`, `>`, `>=` operators.]
|
[Can be compared using the `==`, `!=`, `<`, `<=`, `>`, `>=` operators.]
|
||||||
[No comparison operators are defined in the standard, although
|
[No comparison operators are defined in the standard, although
|
||||||
[link unordered.rationale.equality_operator
|
[link unordered.rationale.equality_operators
|
||||||
implementations might extend the containers to support `==` and
|
implementations might extend the containers to support `==` and
|
||||||
`!=`].]
|
`!=`].]
|
||||||
]
|
]
|
||||||
|
@ -96,7 +96,7 @@ efficiency advantage of power of 2 hash tables.
|
|||||||
|
|
||||||
So, this implementation uses a prime number for the hash table size.
|
So, this implementation uses a prime number for the hash table size.
|
||||||
|
|
||||||
[h2 Equality operators and hash functions]
|
[h2 Equality operators]
|
||||||
|
|
||||||
`operator==` and `operator!=` are not included in the standard, but I've
|
`operator==` and `operator!=` are not included in the standard, but I've
|
||||||
added them as I think they could be useful and can be efficiently
|
added them as I think they could be useful and can be efficiently
|
||||||
|
Reference in New Issue
Block a user