mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +02:00
In hash_float, only use _fpclass on Visual C++, I'll find out about other compilers later.
[SVN r32833]
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <boost/assert.hpp>
|
||||
#include <errno.h>
|
||||
|
||||
#if (defined(_WIN32) || defined(__WIN32__) || defined(WIN32)) && !defined(__DMC__)
|
||||
#if defined(BOOST_MSVC)
|
||||
# define BOOST_HASH_USE_FPCLASS
|
||||
#elif (defined(__GLIBCPP__) || defined(__GLIBCXX__)) \
|
||||
&& (defined(__USE_ISOC99) || defined(_GLIBCXX_USE_C99_MATH))
|
||||
|
Reference in New Issue
Block a user