forked from boostorg/preprocessor
Attempt to workaround VC6 preprocessor bug by increasing rescanning
[SVN r14155]
This commit is contained in:
@ -11,5 +11,6 @@
|
|||||||
* See http://www.boost.org for most recent version.
|
* See http://www.boost.org for most recent version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define BOOST_PP_DETAIL_EXPAND(X) X
|
#define BOOST_PP_DETAIL_EXPAND(X) BOOST_PP_DETAIL_EXPAND_DELAY(X)
|
||||||
|
#define BOOST_PP_DETAIL_EXPAND_DELAY(X) X
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user