[SVN r71770]
This commit is contained in:
Joaquín M López Muñoz 2011-05-06 19:56:06 +00:00
parent 1186efb3f0
commit bac508586e
2 changed files with 4 additions and 3 deletions

View File

@ -53,6 +53,7 @@ Acknowledgements
<a href="reference/key_extraction.html#composite_key_compare"><code>composite_key_compare</code></a> <a href="reference/key_extraction.html#composite_key_compare"><code>composite_key_compare</code></a>
related with <a href="../../../doc/html/ref.html">Boost.Ref</a>. related with <a href="../../../doc/html/ref.html">Boost.Ref</a>.
</li> </li>
<li>Maintenance fixes.</li>
</ul> </ul>
</p> </p>
@ -335,7 +336,7 @@ Acknowledgements
<br> <br>
<p>Revised May 2nd 2011</p> <p>Revised May 6th 2011</p>
<p>&copy; Copyright 2003-2011 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz. <p>&copy; Copyright 2003-2011 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
Distributed under the Boost Software Distributed under the Boost Software

View File

@ -1,4 +1,4 @@
/* Copyright 2003-2010 Joaquin M Lopez Munoz. /* Copyright 2003-2011 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0. * Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at * (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt) * http://www.boost.org/LICENSE_1_0.txt)
@ -605,7 +605,7 @@ BOOST_MULTI_INDEX_PROTECTED_IF_MEMBER_TEMPLATE_FRIENDS:
hash(tuples::get<2>(args_list.get_head())), hash(tuples::get<2>(args_list.get_head())),
eq(tuples::get<3>(args_list.get_head())), eq(tuples::get<3>(args_list.get_head())),
buckets(al,header()->impl(),tuples::get<0>(args_list.get_head())), buckets(al,header()->impl(),tuples::get<0>(args_list.get_head())),
mlf(1.0), mlf(1.0f),
first_bucket(buckets.size()) first_bucket(buckets.size())
{ {
calculate_max_load(); calculate_max_load();