Boost logo

Boost-Commit :

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&amp;</paramtype>
                 </parameter>
- <type>std::pair&lt;iterator, iterator&gt;</type>
+ <type>std::pair&lt;const_iterator, const_iterator&gt;</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&lt;Key, T, Hash, Pred, Alloc&gt;&amp;</paramtype>
+ <paramtype>unordered_set&lt;Value, Hash, Pred, Alloc&gt;&amp;</paramtype>
               </parameter>
               <parameter name="y">
- <paramtype>unordered_set&lt;Key, T, Hash, Pred, Alloc&gt;&amp;</paramtype>
+ <paramtype>unordered_set&lt;Value, Hash, Pred, Alloc&gt;&amp;</paramtype>
               </parameter>
               <type>void</type>
               <effects>
@@ -1018,7 +1018,7 @@
                 <parameter name="k">
                   <paramtype>key_type const&amp;</paramtype>
                 </parameter>
- <type>std::pair&lt;iterator, iterator&gt;</type>
+ <type>std::pair&lt;const_iterator, const_iterator&gt;</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&lt;Key, T, Hash, Pred, Alloc&gt;&amp;</paramtype>
+ <paramtype>unordered_multiset&lt;Value, Hash, Pred, Alloc&gt;&amp;</paramtype>
               </parameter>
               <parameter name="y">
- <paramtype>unordered_multiset&lt;Key, T, Hash, Pred, Alloc&gt;&amp;</paramtype>
+ <paramtype>unordered_multiset&lt;Value, Hash, Pred, Alloc&gt;&amp;</paramtype>
               </parameter>
               <type>void</type>
               <effects>
@@ -1614,7 +1614,7 @@
                 <parameter name="k">
                   <paramtype>key_type const&amp;</paramtype>
                 </parameter>
- <type>std::pair&lt;iterator, iterator&gt;</type>
+ <type>std::pair&lt;const_iterator, const_iterator&gt;</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&amp;</paramtype>
                 </parameter>
- <type>std::pair&lt;iterator, iterator&gt;</type>
+ <type>std::pair&lt;const_iterator, const_iterator&gt;</type>
               </signature>
               <returns>
                 <para>A range containing all elements with key equivalent to <code>k</code>.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk