Fix float support on vxWorks.

Thanks to Dustin Spicuzza. Fixes #2957

Merged revisions 52481 via svnmerge from 
https://svn.boost.org/svn/boost/trunk


[SVN r52517]
This commit is contained in:
Daniel James
2009-04-20 17:26:14 +00:00
parent 8a4506cca3
commit c09efebd32

View File

@@ -59,6 +59,10 @@
# define BOOST_HASH_USE_OVERLOAD_FLOAT_FUNCS
# endif
// vxWorks. It has its own math library, but uses Dinkumware STL
#elif defined(__VXWORKS__)
# define BOOST_HASH_USE_OVERLOAD_FLOAT_FUNCS
// Dinkumware.
#elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)
// Some versions of Visual C++ don't seem to have the C++ overloads but they