mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +02:00
Remove a couple of TODO notes.
[SVN r41781]
This commit is contained in:
@ -22,8 +22,6 @@
|
||||
[Member typedef `value_compare` supplies an ordering comparison for member elements, accessed by member function `value_comp()`.]
|
||||
[No equivalent. No idea why.]
|
||||
]
|
||||
[/TODO: Mention a range? This is meant to be differences but this doesn't
|
||||
seem to be complete.]
|
||||
[
|
||||
[Constructors have optional extra parameters for the comparison object.]
|
||||
[Constructors have optional extra parameters for the initial minimum
|
||||
@ -92,7 +90,6 @@
|
||||
[
|
||||
[Construction of empty container]
|
||||
[constant]
|
||||
[/TODO: Do I meet this?]
|
||||
[O(/n/) where /n/ is the minimum number of buckets.]
|
||||
]
|
||||
[
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
[section:hash_equality Equality Predicates and Hash Functions]
|
||||
|
||||
[/TODO: A better introduction to hash functions?]
|
||||
|
||||
While the associative containers use an ordering relation to specify how the
|
||||
elements are stored, the unordered associative containers use an equality
|
||||
predicate and a hash function. For example, [classref boost::unordered_set]
|
||||
|
Reference in New Issue
Block a user