|
Boost Testing : |
From: Jim Douglas (jim_at_[hidden])
Date: 2006-01-30 14:39:58
John,
I note that you have already marked up up one failure in tr1 due to the
lack of wide character support in the QNX supplied GNU C++ library. I
wonder if we should add a condition to libstdcpp3.hpp along the lines of:
#if defined(__QNXNTO__)
#define BOOST_NO_INTRINSIC_WCHAR_T
#endif
..and see how many of the other test failures dissapear.
Or perhaps it could be added to the *_USE_WCHAR_T test section?
Your thoughts please?
Jim