mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-09 23:14:04 +00:00
parent
1186efb3f0
commit
bac508586e
@ -53,6 +53,7 @@ Acknowledgements
|
||||
<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>.
|
||||
</li>
|
||||
<li>Maintenance fixes.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
@ -335,7 +336,7 @@ Acknowledgements
|
||||
|
||||
<br>
|
||||
|
||||
<p>Revised May 2nd 2011</p>
|
||||
<p>Revised May 6th 2011</p>
|
||||
|
||||
<p>© Copyright 2003-2011 Joaquín M López Muñoz.
|
||||
Distributed under the Boost Software
|
||||
|
@ -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.
|
||||
* (See accompanying file LICENSE_1_0.txt or copy at
|
||||
* 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())),
|
||||
eq(tuples::get<3>(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())
|
||||
{
|
||||
calculate_max_load();
|
||||
|
Loading…
x
Reference in New Issue
Block a user