forked from boostorg/preprocessor
bumped up __MWERKS__ version check for 8.1
[SVN r14369]
This commit is contained in:
@ -32,7 +32,7 @@ BOOST_PP_TUPLE_ELEM(2,1,(A,B))
|
||||
</ul>
|
||||
*/
|
||||
|
||||
#if !defined(__MWERKS__) || __MWERKS__ > 0x3000
|
||||
#if !defined(__MWERKS__) || __MWERKS__ > 0x3001
|
||||
# define BOOST_PP_TUPLE_ELEM(SIZE_OF_TUPLE,INDEX,TUPLE)\
|
||||
BOOST_PP_DETAIL_EXPAND2(\
|
||||
BOOST_PP_DETAIL_CAT2(BOOST_PP_TUPLE16_ELEM,INDEX)\
|
||||
|
Reference in New Issue
Block a user