From 899ec5a6d9097b7c03948f0e58c7a09ead475e71 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 16 Dec 2007 10:17:03 +0000 Subject: [PATCH] Fix some reference documentation errors. [SVN r42096] --- doc/ref.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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.