diff --git a/test/has_xxx.cpp b/test/has_xxx.cpp index db59777..cc816c7 100644 --- a/test/has_xxx.cpp +++ b/test/has_xxx.cpp @@ -51,7 +51,9 @@ MPL_TEST_CASE() MPL_ASSERT_NOT(( has_xxx )); MPL_ASSERT_NOT(( has_xxx )); MPL_ASSERT_NOT(( has_xxx )); +#if !BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3202)) MPL_ASSERT_NOT(( has_xxx )); +#endif MPL_ASSERT_NOT(( has_xxx< enum_ > )); #endif MPL_ASSERT_NOT(( has_xxx ));