MWCW 9.x workaround

[SVN r25188]
This commit is contained in:
Aleksey Gurtovoy
2004-09-18 07:18:02 +00:00
parent fca0963794
commit 390e8eaeea

View File

@@ -51,7 +51,9 @@ MPL_TEST_CASE()
MPL_ASSERT_NOT(( has_xxx<a2> ));
MPL_ASSERT_NOT(( has_xxx<a3> ));
MPL_ASSERT_NOT(( has_xxx<a4> ));
#if !BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3202))
MPL_ASSERT_NOT(( has_xxx<a5> ));
#endif
MPL_ASSERT_NOT(( has_xxx< enum_ > ));
#endif
MPL_ASSERT_NOT(( has_xxx<a1> ));