Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-06-04 08:34:30


Author: danieljames
Date: 2008-06-04 08:34:29 EDT (Wed, 04 Jun 2008)
New Revision: 46112
URL: http://svn.boost.org/trac/boost/changeset/46112

Log:
Fix copy and paste error in the max_load_factor documentation.
Text files modified:
   branches/unordered/trunk/libs/unordered/doc/ref.xml | 24 ++++++++++++------------
   1 files changed, 12 insertions(+), 12 deletions(-)

Modified: branches/unordered/trunk/libs/unordered/doc/ref.xml
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/ref.xml (original)
+++ branches/unordered/trunk/libs/unordered/doc/ref.xml 2008-06-04 08:34:29 EDT (Wed, 04 Jun 2008)
@@ -636,10 +636,10 @@
               <parameter name="z">
                 <paramtype>float</paramtype>
               </parameter>
- <type>float</type>
- <returns>
+ <type>void</type>
+ <effects>
                 <para>Changes the container's maximum load factor, using <code>z</code> as a hint.</para>
- </returns>
+ </effects>
             </method>
             <method name="rehash">
               <parameter name="n">
@@ -1381,10 +1381,10 @@
               <parameter name="z">
                 <paramtype>float</paramtype>
               </parameter>
- <type>float</type>
- <returns>
+ <type>void</type>
+ <effects>
                 <para>Changes the container's maximum load factor, using <code>z</code> as a hint.</para>
- </returns>
+ </effects>
             </method>
             <method name="rehash">
               <parameter name="n">
@@ -2175,10 +2175,10 @@
               <parameter name="z">
                 <paramtype>float</paramtype>
               </parameter>
- <type>float</type>
- <returns>
+ <type>void</type>
+ <effects>
                 <para>Changes the container's maximum load factor, using <code>z</code> as a hint.</para>
- </returns>
+ </effects>
             </method>
             <method name="rehash">
               <parameter name="n">
@@ -2936,10 +2936,10 @@
               <parameter name="z">
                 <paramtype>float</paramtype>
               </parameter>
- <type>float</type>
- <returns>
+ <type>void</type>
+ <effects>
                 <para>Changes the container's maximum load factor, using <code>z</code> as a hint.</para>
- </returns>
+ </effects>
             </method>
             <method name="rehash">
               <parameter name="n">


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