Remove a couple of TODO notes.

[SVN r41781]
This commit is contained in:
Daniel James
2007-12-06 11:41:32 +00:00
parent a07c59a64e
commit 322f7d6ec6
2 changed files with 0 additions and 5 deletions

View File

@@ -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]