mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-14 13:06:33 +02:00
updated for Metrowerks' new pp
[SVN r21330]
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
# define BOOST_PP_CONFIG_EDG() 0x0020
|
||||
#
|
||||
# ifndef BOOST_PP_CONFIG_FLAGS
|
||||
# if defined(__SPIRIT_PP__)
|
||||
# if defined(__SPIRIT_PP__) || defined(__MWERKS__) && __MWERKS__ >= 0x3200
|
||||
# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_STRICT())
|
||||
# elif defined(__EDG__) || defined(__EDG_VERSION__)
|
||||
# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_EDG() | BOOST_PP_CONFIG_STRICT())
|
||||
|
Reference in New Issue
Block a user