
I don't know it would be helpful but for what its worth, the serialization library Jamfiles arrange to skip those combinations of tests/libraries which depend upon wide char i/o. The skipped combinations appear as white squares on the test matrix - which is fine by bme. Just a thought. Robert Ramey
I know that second one might seem draconian, but I've been looking at how to fix it at the BBv1 level, and I don't think it's possible. To allow having that std::locale-support requirement on the test libs means changing *every* Jamfile that references the test libs to also have the std::locale-support requirement. Which means that if every test we have uses one of the Boost.Test libraries then *every* test that uses a DLL will break for CodeWarrior.
I have a question..
Is std::locale support really required by Boost.Test?