diff --git a/hash/test/hash_number_test.cpp b/hash/test/hash_number_test.cpp index 2008313..d708cd9 100644 --- a/hash/test/hash_number_test.cpp +++ b/hash/test/hash_number_test.cpp @@ -24,7 +24,7 @@ template void numeric_test(T*) { - typedef std::numeric_limits limits; + typedef boost::hash_detail::float_limits limits; compile_time_tests((T*) 0); @@ -60,7 +60,7 @@ void numeric_test(T*) template void limits_test(T*) { - typedef std::numeric_limits limits; + typedef boost::hash_detail::float_limits limits; if(limits::is_specialized) { @@ -91,7 +91,7 @@ void limits_test(T*) template void poor_quality_tests(T*) { - typedef std::numeric_limits limits; + typedef boost::hash_detail::float_limits limits; HASH_NAMESPACE::hash x1; HASH_NAMESPACE::hash x2;