Boost logo

Boost Testing :

From: Jim Douglas (jim_at_[hidden])
Date: 2005-10-27 00:30:01


There is a single point of failure causing many libraries' tests to fail
stemming from archive/codecvt_null.hpp. The compiler error shows up as
"mbstate_t not declared", and it can be eliminated by changing line 28 from:

        using ::mbstate_t;

to

        using std::mbstate_t;

Please can someone make this change (or whatever else is appropriate) to
at least the RC_1_33_0 branch. If you want to make it QNX6 specific then
please use the test:

#if defined(__QNXNTO__)

Thanks
Jim Douglas


Boost-testing list run by mbergal at meta-comm.com