This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug preprocessor/36453] PR36320 breaks boost



------- Comment #2 from mueller at gcc dot gnu dot org  2008-06-10 22:14 -------
so the code should be changed to

#elif defined(BOOST_PP_ITERATION_DEPTH) && BOOST_PP_ITERATION_DEPTH() == 1

?

it is confusing that #elif behaves more like "#if" and not like "#else\n#if"


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36453


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]