Ticket #2536: utility.hpp.QNX.patch

File utility.hpp.QNX.patch, 495 bytes (added by Niklas Angare <li51ckf02@…>, 14 years ago)
  • boost/units/detail/utility.hpp

     
    2121#include <boost/cstdint.hpp>
    2222#include <boost/limits.hpp>
    2323
    24 #if defined(__GNUC__) && defined(__cplusplus) && (__GNUC__ >= 3) && !defined(_RWSTD_VER)
     24#if defined(__GNUC__) && defined(__cplusplus) && (__GNUC__ >= 3) && !defined(_RWSTD_VER) && (!defined(__QNXNTO__) || (defined(__GLIBCXX__) || defined(__GLIBCPP__)))
    2525#define BOOST_UNITS_USE_DEMANGLING
    2626#endif // __GNUC__
    2727