--- boost/units/detail/utility.hpp (revision 49929) +++ boost/units/detail/utility.hpp (working copy) @@ -21,7 +21,7 @@ #include #include -#if defined(__GNUC__) && defined(__cplusplus) && (__GNUC__ >= 3) && !defined(_RWSTD_VER) +#if defined(__GNUC__) && defined(__cplusplus) && (__GNUC__ >= 3) && !defined(_RWSTD_VER) && (!defined(__QNXNTO__) || (defined(__GLIBCXX__) || defined(__GLIBCPP__))) #define BOOST_UNITS_USE_DEMANGLING #endif // __GNUC__