$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81124 - trunk/boost/functional/hash/detail
From: dnljms_at_[hidden]
Date: 2012-10-31 15:05:26
Author: danieljames
Date: 2012-10-31 15:05:25 EDT (Wed, 31 Oct 2012)
New Revision: 81124
URL: http://svn.boost.org/trac/boost/changeset/81124
Log:
Hash: Revert r81122. Refs #7470.
I'll get back to this later, it probably requires compiler specific changes.
Text files modified: 
   trunk/boost/functional/hash/detail/hash_float.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/functional/hash/detail/hash_float.hpp
==============================================================================
--- trunk/boost/functional/hash/detail/hash_float.hpp	(original)
+++ trunk/boost/functional/hash/detail/hash_float.hpp	2012-10-31 15:05:25 EDT (Wed, 31 Oct 2012)
@@ -210,7 +210,7 @@
         template <class T>
         inline std::size_t float_hash_value(T v)
         {
-            using namespace std::fpclassify;
+            using namespace std;
             switch (fpclassify(v)) {
             case FP_ZERO:
                 return 0;