$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r71770 - in trunk: boost/multi_index libs/multi_index/doc
From: joaquin_at_[hidden]
Date: 2011-05-06 15:56:07
Author: joaquin
Date: 2011-05-06 15:56:06 EDT (Fri, 06 May 2011)
New Revision: 71770
URL: http://svn.boost.org/trac/boost/changeset/71770
Log:
fixed #5488
Text files modified: 
   trunk/boost/multi_index/hashed_index.hpp      |     4 ++--                                    
   trunk/libs/multi_index/doc/release_notes.html |     3 ++-                                     
   2 files changed, 4 insertions(+), 3 deletions(-)
Modified: trunk/boost/multi_index/hashed_index.hpp
==============================================================================
--- trunk/boost/multi_index/hashed_index.hpp	(original)
+++ trunk/boost/multi_index/hashed_index.hpp	2011-05-06 15:56:06 EDT (Fri, 06 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: trunk/libs/multi_index/doc/release_notes.html
==============================================================================
--- trunk/libs/multi_index/doc/release_notes.html	(original)
+++ trunk/libs/multi_index/doc/release_notes.html	2011-05-06 15:56:06 EDT (Fri, 06 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