mirror of
https://github.com/boostorg/functional.git
synced 2025-08-01 21:44:28 +02:00
Fix float support on vxWorks.
Thanks to Dustin Spicuzza. Refs #2957 [SVN r52481]
This commit is contained in:
@@ -59,6 +59,10 @@
|
|||||||
# define BOOST_HASH_USE_OVERLOAD_FLOAT_FUNCS
|
# define BOOST_HASH_USE_OVERLOAD_FLOAT_FUNCS
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
// vxWorks. It has its own math library, but uses Dinkumware STL
|
||||||
|
#elif defined(__VXWORKS__)
|
||||||
|
# define BOOST_HASH_USE_OVERLOAD_FLOAT_FUNCS
|
||||||
|
|
||||||
// Dinkumware.
|
// Dinkumware.
|
||||||
#elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)
|
#elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)
|
||||||
// Some versions of Visual C++ don't seem to have the C++ overloads but they
|
// Some versions of Visual C++ don't seem to have the C++ overloads but they
|
||||||
|
Reference in New Issue
Block a user