Hash: Revert r81122. Refs #7470.

I'll get back to this later, it probably requires compiler specific changes.


[SVN r81124]
This commit is contained in:
Daniel James
2012-10-31 19:05:25 +00:00
parent 9c2c4bb1fa
commit 376d6bd5eb

View File

@@ -210,7 +210,7 @@ namespace boost
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;