mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-14 04:56:35 +02:00
Spirit PP!
[SVN r17692]
This commit is contained in:
@ -24,7 +24,9 @@
|
|||||||
# define BOOST_PP_CONFIG_EDG() 0x0020
|
# define BOOST_PP_CONFIG_EDG() 0x0020
|
||||||
#
|
#
|
||||||
# ifndef BOOST_PP_CONFIG_FLAGS
|
# ifndef BOOST_PP_CONFIG_FLAGS
|
||||||
# if defined(__EDG__) || defined(__EDG_VERSION__)
|
# if defined(__SPIRIT_PP__)
|
||||||
|
# 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())
|
# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_EDG() | BOOST_PP_CONFIG_STRICT())
|
||||||
# elif defined(__MWERKS__)
|
# elif defined(__MWERKS__)
|
||||||
# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_MWCC())
|
# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_MWCC())
|
||||||
|
Reference in New Issue
Block a user