|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r71810 - in branches/release: boost/multi_index libs/multi_index/doc
From: joaquin_at_[hidden]
Date: 2011-05-08 07:38:14
Author: joaquin
Date: 2011-05-08 07:38:13 EDT (Sun, 08 May 2011)
New Revision: 71810
URL: http://svn.boost.org/trac/boost/changeset/71810
Log:
merged [71770] from trunk
Text files modified:
branches/release/boost/multi_index/hashed_index.hpp | 4 ++--
branches/release/libs/multi_index/doc/release_notes.html | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
Modified: branches/release/boost/multi_index/hashed_index.hpp
==============================================================================
--- branches/release/boost/multi_index/hashed_index.hpp (original)
+++ branches/release/boost/multi_index/hashed_index.hpp 2011-05-08 07:38:13 EDT (Sun, 08 May 2011)
@@ -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 @@
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();
Modified: branches/release/libs/multi_index/doc/release_notes.html
==============================================================================
--- branches/release/libs/multi_index/doc/release_notes.html (original)
+++ branches/release/libs/multi_index/doc/release_notes.html 2011-05-08 07:38:13 EDT (Sun, 08 May 2011)
@@ -53,6 +53,7 @@
<a href="reference/key_extraction.html#composite_key_compare"><code>composite_key_compare</code></a>
related with Boost.Ref.
</li>
+ <li>Maintenance fixes.</li>
</ul>
</p>
@@ -335,7 +336,7 @@
<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
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