mirror of
https://github.com/boostorg/functional.git
synced 2025-08-01 05:24:31 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user