mirror of
https://github.com/boostorg/preprocessor.git
synced 2026-02-03 21:55:11 +01:00
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.
|
||||
*/
|
||||
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user