diff --git a/include/boost/functional/hash/detail/hash_float.hpp b/include/boost/functional/hash/detail/hash_float.hpp index 3edc6ab..5fcac60 100644 --- a/include/boost/functional/hash/detail/hash_float.hpp +++ b/include/boost/functional/hash/detail/hash_float.hpp @@ -210,7 +210,7 @@ namespace boost template inline std::size_t float_hash_value(T v) { - using namespace std; + using namespace std::fpclassify; switch (fpclassify(v)) { case FP_ZERO: return 0;