$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53185 - trunk/boost/functional/hash/detail
From: daniel_james_at_[hidden]
Date: 2009-05-22 15:00:36
Author: danieljames
Date: 2009-05-22 15:00:35 EDT (Fri, 22 May 2009)
New Revision: 53185
URL: http://svn.boost.org/trac/boost/changeset/53185
Log:
Explicitly qualify 'none' to avoid confusion with boost::none.
Text files modified: 
   trunk/boost/functional/hash/detail/float_functions.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/functional/hash/detail/float_functions.hpp
==============================================================================
--- trunk/boost/functional/hash/detail/float_functions.hpp	(original)
+++ trunk/boost/functional/hash/detail/float_functions.hpp	2009-05-22 15:00:35 EDT (Fri, 22 May 2009)
@@ -53,7 +53,7 @@
             template <> struct is<float> { char x[10]; };
             template <> struct is<double> { char x[20]; };
             template <> struct is<long double> { char x[30]; };
-            template <> struct is<none> { char x[40]; };
+            template <> struct is<BOOST_HASH_DETECT_FLOAT_FUNCTIONS::none> { char x[40]; };
 
             // Convert the return type of a function to a type we can use.
             template <typename T> is<T> float_type(T);