|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-06-11 18:06:52
Author: danieljames
Date: 2008-06-11 18:06:52 EDT (Wed, 11 Jun 2008)
New Revision: 46340
URL: http://svn.boost.org/trac/boost/changeset/46340
Log:
Fix typo. Thanks to Thorsten.
Merged revisions 46112 via svnmerge from
https://svn.boost.org/svn/boost/branches/unordered/trunk
........
r46112 | danieljames | 2008-06-04 13:34:29 +0100 (Wed, 04 Jun 2008) | 1 line
Fix copy and paste error in the max_load_factor documentation.
........
Properties modified:
trunk/ (props changed)
Text files modified:
trunk/libs/unordered/doc/ref.xml | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
Modified: trunk/libs/unordered/doc/ref.xml
==============================================================================
--- trunk/libs/unordered/doc/ref.xml (original)
+++ trunk/libs/unordered/doc/ref.xml 2008-06-11 18:06:52 EDT (Wed, 11 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