diff --git a/doc/ref.xml b/doc/ref.xml
index 3d3ad185..bbb77f40 100644
--- a/doc/ref.xml
+++ b/doc/ref.xml
@@ -439,7 +439,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
key_type const&
- std::pair<iterator, iterator>
+ std::pair<const_iterator, const_iterator>
A range containing all elements with key equivalent to k
.
@@ -576,10 +576,10 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- unordered_set<Key, T, Hash, Pred, Alloc>&
+ unordered_set<Value, Hash, Pred, Alloc>&
- unordered_set<Key, T, Hash, Pred, Alloc>&
+ unordered_set<Value, Hash, Pred, Alloc>&
void
@@ -1018,7 +1018,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
key_type const&
- std::pair<iterator, iterator>
+ std::pair<const_iterator, const_iterator>
A range containing all elements with key equivalent to k
.
@@ -1155,10 +1155,10 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- unordered_multiset<Key, T, Hash, Pred, Alloc>&
+ unordered_multiset<Value, Hash, Pred, Alloc>&
- unordered_multiset<Key, T, Hash, Pred, Alloc>&
+ unordered_multiset<Value, Hash, Pred, Alloc>&
void
@@ -1614,7 +1614,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
key_type const&
- std::pair<iterator, iterator>
+ std::pair<const_iterator, const_iterator>
A range containing all elements with key equivalent to k
.
@@ -2237,7 +2237,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
key_type const&
- std::pair<iterator, iterator>
+ std::pair<const_iterator, const_iterator>
A range containing all elements with key equivalent to k
.