mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 22:14:28 +02:00
Don't use fpclass because it causes a warning for long doubles. I don't know if the warning is vaild here - but I don't want to disable it as it's useful for checking other function calls.
[SVN r41057]
This commit is contained in:
@@ -41,9 +41,13 @@
|
|||||||
|
|
||||||
// Dinkumware Library, on Visual C++
|
// Dinkumware Library, on Visual C++
|
||||||
#elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)
|
#elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)
|
||||||
# if defined(BOOST_MSVC)
|
|
||||||
# define BOOST_HASH_USE_FPCLASS
|
// Not using _fpclass because it causes a warning about a conversion
|
||||||
# endif
|
// from 'long double' to 'double'. Pity.
|
||||||
|
//
|
||||||
|
//# if defined(BOOST_MSVC)
|
||||||
|
//# define BOOST_HASH_USE_FPCLASS
|
||||||
|
//# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user