forked from boostorg/preprocessor
MWCW workarounds
[SVN r12494]
This commit is contained in:
@ -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
|
||||
|
||||
// ***
|
||||
|
||||
|
Reference in New Issue
Block a user