mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
Patches for CWPro8.3
[SVN r15734]
This commit is contained in:
@@ -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)
|
||||
|
||||
|
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user