$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r58404 - trunk/libs/unordered/doc
From: daniel_james_at_[hidden]
Date: 2009-12-15 17:53:09
Author: danieljames
Date: 2009-12-15 17:53:08 EST (Tue, 15 Dec 2009)
New Revision: 58404
URL: http://svn.boost.org/trac/boost/changeset/58404
Log:
Fix the return type of find in the unordered reference documentation.
Text files modified: 
   trunk/libs/unordered/doc/ref.xml |     8 ++++----                                
   1 files changed, 4 insertions(+), 4 deletions(-)
Modified: trunk/libs/unordered/doc/ref.xml
==============================================================================
--- trunk/libs/unordered/doc/ref.xml	(original)
+++ trunk/libs/unordered/doc/ref.xml	2009-12-15 17:53:08 EST (Tue, 15 Dec 2009)
@@ -574,7 +574,7 @@
                 <parameter name="k">
                   <paramtype>key_type const&</paramtype>
                 </parameter>
-                <type>iterator</type>
+                <type>const_iterator</type>
               </signature>
               <returns>
                 <para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
@@ -1397,7 +1397,7 @@
                 <parameter name="k">
                   <paramtype>key_type const&</paramtype>
                 </parameter>
-                <type>iterator</type>
+                <type>const_iterator</type>
               </signature>
               <returns>
                 <para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
@@ -2234,7 +2234,7 @@
                 <parameter name="k">
                   <paramtype>key_type const&</paramtype>
                 </parameter>
-                <type>iterator</type>
+                <type>const_iterator</type>
               </signature>
               <returns>
                 <para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
@@ -3106,7 +3106,7 @@
                 <parameter name="k">
                   <paramtype>key_type const&</paramtype>
                 </parameter>
-                <type>iterator</type>
+                <type>const_iterator</type>
               </signature>
               <returns>
                 <para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>