From 5ce690af3ba718cb93bf32dd6ac17741aaf676ae Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Sun, 22 Jan 2006 01:35:57 +0000 Subject: [PATCH] update for new Borland preprocessor [SVN r32369] --- 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 a2ebcec..ab1f638 100644 --- a/include/boost/preprocessor/config/config.hpp +++ b/include/boost/preprocessor/config/config.hpp @@ -36,6 +36,8 @@ # define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_MWCC()) # elif defined(__DMC__) # define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_DMC()) +# elif defined(__BORLANDC__) && __BORLANDC__ >= 0x581 +# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_STRICT()) # elif defined(__BORLANDC__) || defined(__IBMC__) || defined(__IBMCPP__) || defined(__SUNPRO_CC) # define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_BCC()) # elif defined(_MSC_VER)