$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2007-12-16 05:17:03
Author: danieljames
Date: 2007-12-16 05:17:03 EST (Sun, 16 Dec 2007)
New Revision: 42096
URL: http://svn.boost.org/trac/boost/changeset/42096
Log:
Fix some reference documentation errors.
Text files modified: 
   sandbox/unordered/libs/unordered/doc/ref.xml |    16 ++++++++--------                        
   1 files changed, 8 insertions(+), 8 deletions(-)
Modified: sandbox/unordered/libs/unordered/doc/ref.xml
==============================================================================
--- sandbox/unordered/libs/unordered/doc/ref.xml	(original)
+++ sandbox/unordered/libs/unordered/doc/ref.xml	2007-12-16 05:17:03 EST (Sun, 16 Dec 2007)
@@ -439,7 +439,7 @@
                 <parameter name="k">
                   <paramtype>key_type const&</paramtype>
                 </parameter>
-                <type>std::pair<iterator, iterator></type>
+                <type>std::pair<const_iterator, const_iterator></type>
               </signature>
               <returns>
                 <para>A range containing all elements with key equivalent to <code>k</code>.
@@ -576,10 +576,10 @@
                 </template-type-parameter>
               </template>
               <parameter name="x">
-                <paramtype>unordered_set<Key, T, Hash, Pred, Alloc>&</paramtype>
+                <paramtype>unordered_set<Value, Hash, Pred, Alloc>&</paramtype>
               </parameter>
               <parameter name="y">
-                <paramtype>unordered_set<Key, T, Hash, Pred, Alloc>&</paramtype>
+                <paramtype>unordered_set<Value, Hash, Pred, Alloc>&</paramtype>
               </parameter>
               <type>void</type>
               <effects>
@@ -1018,7 +1018,7 @@
                 <parameter name="k">
                   <paramtype>key_type const&</paramtype>
                 </parameter>
-                <type>std::pair<iterator, iterator></type>
+                <type>std::pair<const_iterator, const_iterator></type>
               </signature>
               <returns>
                 <para>A range containing all elements with key equivalent to <code>k</code>.
@@ -1155,10 +1155,10 @@
                 </template-type-parameter>
               </template>
               <parameter name="x">
-                <paramtype>unordered_multiset<Key, T, Hash, Pred, Alloc>&</paramtype>
+                <paramtype>unordered_multiset<Value, Hash, Pred, Alloc>&</paramtype>
               </parameter>
               <parameter name="y">
-                <paramtype>unordered_multiset<Key, T, Hash, Pred, Alloc>&</paramtype>
+                <paramtype>unordered_multiset<Value, Hash, Pred, Alloc>&</paramtype>
               </parameter>
               <type>void</type>
               <effects>
@@ -1614,7 +1614,7 @@
                 <parameter name="k">
                   <paramtype>key_type const&</paramtype>
                 </parameter>
-                <type>std::pair<iterator, iterator></type>
+                <type>std::pair<const_iterator, const_iterator></type>
               </signature>
               <returns>
                 <para>A range containing all elements with key equivalent to <code>k</code>.
@@ -2237,7 +2237,7 @@
                 <parameter name="k">
                   <paramtype>key_type const&</paramtype>
                 </parameter>
-                <type>std::pair<iterator, iterator></type>
+                <type>std::pair<const_iterator, const_iterator></type>
               </signature>
               <returns>
                 <para>A range containing all elements with key equivalent to <code>k</code>.