Use the named variants of the float functions for stlport on gcc-2.95.

[SVN r28067]
This commit is contained in:
Daniel James
2005-04-09 09:27:20 +00:00
parent f102d684cf
commit 640bdf7f9c

View File

@@ -19,7 +19,9 @@
// do something sensible on most compilers. // do something sensible on most compilers.
#if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION) #if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)
# if defined(BOOST_MSVC) && BOOST_MSVC <= 1200 # if defined(__GNUC__) && __GNUC__ < 3 && (defined(linux) || defined(__linux) || defined(__linux__))
# define BOOST_HASH_USE_C99_FLOAT_FUNCS
# elif defined(BOOST_MSVC) && BOOST_MSVC <= 1200
# 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