more MW CodeWarrior fixes

[SVN r14192]
This commit is contained in:
Aleksey Gurtovoy
2002-06-20 01:20:25 +00:00
parent 9891ed94d9
commit a705b07516

View File

@ -40,11 +40,13 @@ BOOST_PP_TUPLE_ELEM(2,1,(A,B))
)\ )\
/**/ /**/
#else #else
# define BOOST_PP_TUPLE_ELEM_CAT2(A,B) A##B
# define BOOST_PP_TUPLE_ELEM(SIZE_OF_TUPLE,INDEX,TUPLE)\ # define BOOST_PP_TUPLE_ELEM(SIZE_OF_TUPLE,INDEX,TUPLE)\
BOOST_PP_TUPLE_ELEM_DELAY(SIZE_OF_TUPLE,INDEX,TUPLE)\
/**/
# define BOOST_PP_TUPLE_ELEM_DELAY(SIZE_OF_TUPLE,INDEX,TUPLE)\
BOOST_PP_DETAIL_CAT2(\ BOOST_PP_DETAIL_CAT2(\
BOOST_PP_TUPLE16_ELEM##INDEX\ BOOST_PP_TUPLE16_ELEM##INDEX\
,BOOST_PP_TUPLE_ELEM_CAT2(BOOST_PP_DETAIL_CAT2(BOOST_PP_TUPLE_ELEM_EX,SIZE_OF_TUPLE),TUPLE)\ ,BOOST_PP_DETAIL_CAT2(BOOST_PP_TUPLE_ELEM_EX##SIZE_OF_TUPLE,TUPLE)\
)\ )\
/**/ /**/
#endif #endif