MWCW workarounds

[SVN r12494]
This commit is contained in:
Vesa Karvonen
2002-01-25 13:00:03 +00:00
parent 7fe7c1cb6b
commit 18f3c4b6ae
2 changed files with 14 additions and 0 deletions

View File

@ -38,11 +38,15 @@ TEST_B BOOST_PP_IF(BOOST_PP_IF(1,1,1),true,false) &&
// ***
#if !(!defined(BOOST_NO_COMPILER_CONFIG) && defined(__MWERKS__) && __MWERKS__ <= 0x2406)
TEST_B BOOST_PP_CAT(BOOST_PP_IF(1,tru,fals), MACRO MACRO_ARGS(e)) TEST_E
#endif
// ***
#if !(!defined(BOOST_NO_COMPILER_CONFIG) && defined(__MWERKS__) && __MWERKS__ <= 0x2406)
char stringize_test[2] = BOOST_PP_STRINGIZE(MACRO MACRO_ARGS(X));
#endif
// ***