mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +02:00
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
#if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)
|
#if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)
|
||||||
# if defined(__GNUC__) && __GNUC__ < 3 && (defined(linux) || defined(__linux) || defined(__linux__))
|
# if defined(__GNUC__) && __GNUC__ < 3 && (defined(linux) || defined(__linux) || defined(__linux__))
|
||||||
# define BOOST_HASH_USE_C99_FLOAT_FUNCS
|
# define BOOST_HASH_USE_C99_FLOAT_FUNCS
|
||||||
# elif defined(BOOST_MSVC) && BOOST_MSVC <= 1200
|
# elif defined(BOOST_MSVC) && BOOST_MSVC < 1300
|
||||||
# define BOOST_HASH_USE_C99_FLOAT_FUNCS
|
# define BOOST_HASH_USE_C99_FLOAT_FUNCS
|
||||||
# else
|
# else
|
||||||
# define BOOST_HASH_USE_OVERLOAD_FLOAT_FUNCS
|
# define BOOST_HASH_USE_OVERLOAD_FLOAT_FUNCS
|
||||||
|
Reference in New Issue
Block a user