
16 Dec
2005
16 Dec
'05
12:54 a.m.
On Dec 15, 2005, at 4:54 PM, Gennadiy Rozental wrote:
Clearly, the problem here is in Metrowerks' standard library, but Boost.Test needs a work-around. The fact that changing a Boost.Test header file makes xpressive's tests pass seems to prove it. I don't know what the work-around is, and I don't have the platform, so I can't submit a patch. Sorry. But it might be as simple as something like:
#if BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3206))
CW 9.6 defines __MWERKS__ as 0x3207.
Which platforms Metrowerks supply it's compiler for? Does it work on NT or Mac?
Mac certainly, not sure about NT. -- Noel