forked from boostorg/preprocessor
apply Digital Mars patch by Daniel James (http://article.gmane.org/gmane.comp.lib.boost.devel/107127)
[SVN r24219]
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user