CWPro8.2 patches

[SVN r14999]
This commit is contained in:
Dave Abrahams
2002-08-20 16:33:43 +00:00
parent 7825392dc5
commit 76e9f915b7
7 changed files with 13 additions and 13 deletions

View File

@ -12,7 +12,7 @@
*/
# define BOOST_PP_DETAIL_EXPAND(X) X
# if !defined(__MWERKS__) || __MWERKS__ > 0x3001
# if !defined(__MWERKS__) || defined(BOOST_NO_COMPILER_CONFIG) || __MWERKS__ > 0x3002
# define BOOST_PP_DETAIL_EXPAND2(X,Y) BOOST_PP_DETAIL_EXPAND(X Y)
# else
# define BOOST_PP_DETAIL_EXPAND2(X, Y) BOOST_PP_DETAIL_EXPAND2_DELAY(X, Y)