From 390e8eaeea241dcc2039ceae4247953bcd04bac5 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Sat, 18 Sep 2004 07:18:02 +0000 Subject: [PATCH] MWCW 9.x workaround [SVN r25188] --- test/has_xxx.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 ));