mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-05 15:54:39 +02:00
Patches for CWPro8.3
[SVN r15736]
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "boost/mpl/aux_/preprocessor/tuple.hpp"
|
#include "boost/mpl/aux_/preprocessor/tuple.hpp"
|
||||||
|
|
||||||
#if !defined(__MWERKS__) || __MWERKS__ > 0x3002
|
#if !defined(__MWERKS__) || __MWERKS__ > 0x3003
|
||||||
# define BOOST_MPL_PP_ADD(i,j) \
|
# define BOOST_MPL_PP_ADD(i,j) \
|
||||||
BOOST_MPL_PP_ADD_DELAY(i,j)
|
BOOST_MPL_PP_ADD_DELAY(i,j)
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "boost/mpl/aux_/preprocessor/tuple.hpp"
|
#include "boost/mpl/aux_/preprocessor/tuple.hpp"
|
||||||
|
|
||||||
#if !defined(__MWERKS__) || __MWERKS__ > 0x3002
|
#if !defined(__MWERKS__) || __MWERKS__ > 0x3003
|
||||||
# define BOOST_MPL_PP_SUB(i,j) \
|
# define BOOST_MPL_PP_SUB(i,j) \
|
||||||
BOOST_MPL_PP_SUB_DELAY(i,j)
|
BOOST_MPL_PP_SUB_DELAY(i,j)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user