Ticket #2536: utility.hpp.QNX.patch
File utility.hpp.QNX.patch, 495 bytes (added by , 14 years ago) |
---|
-
boost/units/detail/utility.hpp
21 21 #include <boost/cstdint.hpp> 22 22 #include <boost/limits.hpp> 23 23 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__))) 25 25 #define BOOST_UNITS_USE_DEMANGLING 26 26 #endif // __GNUC__ 27 27