From 885574e1bfb3d2037a58ca32922406a5f055f24b Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 11 Jun 2008 22:06:52 +0000 Subject: [PATCH] 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. ........ [SVN r46340] --- doc/ref.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/ref.xml b/doc/ref.xml index b541208a..da982b62 100644 --- a/doc/ref.xml +++ b/doc/ref.xml @@ -636,10 +636,10 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) float - float - + void + Changes the container's maximum load factor, using z as a hint. - + @@ -1381,10 +1381,10 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) float - float - + void + Changes the container's maximum load factor, using z as a hint. - + @@ -2175,10 +2175,10 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) float - float - + void + Changes the container's maximum load factor, using z as a hint. - + @@ -2936,10 +2936,10 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) float - float - + void + Changes the container's maximum load factor, using z as a hint. - +