diff --git a/include/boost/mpl/aux_/preprocessor/add.hpp b/include/boost/mpl/aux_/preprocessor/add.hpp index 882c546..7e23533 100644 --- a/include/boost/mpl/aux_/preprocessor/add.hpp +++ b/include/boost/mpl/aux_/preprocessor/add.hpp @@ -19,7 +19,7 @@ #include "boost/mpl/aux_/preprocessor/tuple.hpp" -#if !defined(__MWERKS__) || __MWERKS__ > 0x3002 +#if !defined(__MWERKS__) || __MWERKS__ > 0x3003 # define BOOST_MPL_PP_ADD(i,j) \ BOOST_MPL_PP_ADD_DELAY(i,j) diff --git a/include/boost/mpl/aux_/preprocessor/sub.hpp b/include/boost/mpl/aux_/preprocessor/sub.hpp index dc960b0..61440e4 100644 --- a/include/boost/mpl/aux_/preprocessor/sub.hpp +++ b/include/boost/mpl/aux_/preprocessor/sub.hpp @@ -19,7 +19,7 @@ #include "boost/mpl/aux_/preprocessor/tuple.hpp" -#if !defined(__MWERKS__) || __MWERKS__ > 0x3002 +#if !defined(__MWERKS__) || __MWERKS__ > 0x3003 # define BOOST_MPL_PP_SUB(i,j) \ BOOST_MPL_PP_SUB_DELAY(i,j)