From 252e372ecbd4b4da72332734b43b13e88f66eab4 Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Sun, 8 Jan 2006 00:11:41 +0000 Subject: [PATCH] allowance for GCC-XML [SVN r32255] --- include/boost/preprocessor/config/config.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/preprocessor/config/config.hpp b/include/boost/preprocessor/config/config.hpp index 06b3c5a..fcf2451 100644 --- a/include/boost/preprocessor/config/config.hpp +++ b/include/boost/preprocessor/config/config.hpp @@ -24,6 +24,8 @@ # define BOOST_PP_CONFIG_DMC() 0x0040 # # ifndef BOOST_PP_CONFIG_FLAGS +# if defined(__GCCXML__) +# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_STRICT()) # if defined(__SPIRIT_PP__) || defined(__MWERKS__) && __MWERKS__ >= 0x3200 # define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_STRICT()) # elif defined(__EDG__) || defined(__EDG_VERSION__)