From 30d56dbc29ac6fffa95e081c0cb4ce25570c614c Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 5 Oct 2002 16:39:34 +0000 Subject: [PATCH] Patches for CWPro8.3 [SVN r15734] --- include/boost/mpl/aux_/preprocessor/add.hpp | 2 +- include/boost/mpl/aux_/preprocessor/sub.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)