From 6241d12f49eef3251e578d4c36e21e1bc03fee61 Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Thu, 18 Dec 2003 23:56:04 +0000 Subject: [PATCH] updated for Metrowerks' new pp [SVN r21330] --- include/boost/preprocessor/config/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/preprocessor/config/config.hpp b/include/boost/preprocessor/config/config.hpp index 2f1d224..2175a4a 100644 --- a/include/boost/preprocessor/config/config.hpp +++ b/include/boost/preprocessor/config/config.hpp @@ -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())