Ticket #2957: boost_1_38_0.functional.vxworks.patch

File boost_1_38_0.functional.vxworks.patch, 755 bytes (added by Dustin Spicuzza <dustin@…>, 14 years ago)
  • boost/functional/hash/detail/float_functions.hpp

    diff -r -u boost_1_38_0/boost/functional/hash/detail/float_functions.hpp boost_1_38_vxworks/boost/functional/hash/detail/float_functions.hpp
    old new  
    5959#    define BOOST_HASH_USE_OVERLOAD_FLOAT_FUNCS
    6060#  endif
    6161
     62// vxWorks. It has its own math library, but uses Dinkumware STL
     63#elif defined(__VXWORKS__)
     64#  define BOOST_HASH_USE_OVERLOAD_FLOAT_FUNCS
     65
    6266// Dinkumware.
    6367#elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)
    6468// Some versions of Visual C++ don't seem to have the C++ overloads but they