2nd attempt to workaround VC6 preprocessor bug by increasing rescanning

[SVN r14158]
This commit is contained in:
Vesa Karvonen
2002-06-16 21:15:23 +00:00
parent cd503a0d89
commit 54c727bfe3
2 changed files with 3 additions and 3 deletions

View File

@ -11,6 +11,6 @@
* See http://www.boost.org for most recent version.
*/
#define BOOST_PP_DETAIL_EXPAND(X) BOOST_PP_DETAIL_EXPAND_DELAY(X)
#define BOOST_PP_DETAIL_EXPAND_DELAY(X) X
#define BOOST_PP_DETAIL_EXPAND(X) X
#define BOOST_PP_DETAIL_EXPAND2(X,Y) BOOST_PP_DETAIL_EXPAND(X Y)
#endif