mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 05:54:29 +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>
|
template <class T>
|
||||||
inline std::size_t float_hash_value(T v)
|
inline std::size_t float_hash_value(T v)
|
||||||
{
|
{
|
||||||
using namespace std::fpclassify;
|
using namespace std;
|
||||||
switch (fpclassify(v)) {
|
switch (fpclassify(v)) {
|
||||||
case FP_ZERO:
|
case FP_ZERO:
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user