[SVN r24219]
This commit is contained in:
Aleksey Gurtovoy
2004-08-01 07:24:26 +00:00
parent 1812ca8e98
commit fb183beac1
15 changed files with 2194 additions and 264 deletions

View File

@ -17,7 +17,7 @@
#
# include <boost/preprocessor/config/config.hpp>
#
# if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MWCC()
# if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MWCC() && ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_DMC()
# define BOOST_PP_EXPAND(x) BOOST_PP_EXPAND_I(x)
# else
# define BOOST_PP_EXPAND(x) BOOST_PP_EXPAND_OO((x))