forked from boostorg/preprocessor
bumped up __MWERKS__ version check for 8.1
[SVN r14369]
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
# define BOOST_PP_DETAIL_EXPAND(X) X
|
||||
# if !defined(__MWERKS__) || __MWERKS__ > 0x3000
|
||||
# if !defined(__MWERKS__) || __MWERKS__ > 0x3001
|
||||
# define BOOST_PP_DETAIL_EXPAND2(X,Y) BOOST_PP_DETAIL_EXPAND(X Y)
|
||||
# else
|
||||
# define BOOST_PP_DETAIL_EXPAND2(X, Y) BOOST_PP_DETAIL_EXPAND2_DELAY(X, Y)
|
||||
|
Reference in New Issue
Block a user