mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 05:54:29 +02:00
Merge OS X hash float fix from head to rc_1_34_0.
[SVN r33917]
This commit is contained in:
@@ -23,7 +23,8 @@
|
|||||||
#if !defined(__SGI_STL_PORT) && !defined(_STLPORT_VERSION)
|
#if !defined(__SGI_STL_PORT) && !defined(_STLPORT_VERSION)
|
||||||
# if defined(__GLIBCPP__) || defined(__GLIBCXX__)
|
# if defined(__GLIBCPP__) || defined(__GLIBCXX__)
|
||||||
// GNU libstdc++ 3
|
// GNU libstdc++ 3
|
||||||
# if defined(__USE_ISOC99) || defined(_GLIBCXX_USE_C99_MATH)
|
# if (defined(__USE_ISOC99) || defined(_GLIBCXX_USE_C99_MATH)) && \
|
||||||
|
!(defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__))
|
||||||
# define BOOST_HASH_USE_FPCLASSIFY
|
# define BOOST_HASH_USE_FPCLASSIFY
|
||||||
# endif
|
# endif
|
||||||
# elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)
|
# elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)
|
||||||
|
Reference in New Issue
Block a user