Patches for CWPro8.3

[SVN r15734]
This commit is contained in:
Dave Abrahams
2002-10-05 16:39:34 +00:00
parent d8c5155e10
commit 30d56dbc29
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)