forked from boostorg/preprocessor
CWPro8.2 patches
[SVN r14999]
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
#
|
||||
# include <boost/preprocessor/stringize.hpp>
|
||||
#
|
||||
# if !defined(__MWERKS__) || __MWERKS__ > 0x3001
|
||||
# if !defined(__MWERKS__) || defined(BOOST_NO_COMPILER_CONFIG) || __MWERKS__ > 0x3002
|
||||
# define BOOST_PP_DETAIL_LINE(text) 1 BOOST_PP_STRINGIZE(text)
|
||||
# else
|
||||
# define BOOST_PP_DETAIL_LINE(text) 1
|
||||
|
Reference in New Issue
Block a user