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 c++/37518] preprocessor failure



------- Comment #2 from rwgk at yahoo dot com  2008-09-14 07:24 -------
> What is on that line?

#elif BOOST_PP_ITERATION_DEPTH() == 1

If you don't have /usr/include/boost, you can get the entire boost
tree from here:

  svn co https://svn.boost.org/svn/boost/trunk boost

Then simply compile with -Iboost.

> I think this is invalid code

This boost code is about four years old and compiles with many
compilers incl. any other gcc >= 3.2 (at least), many EDG versions,
and Visual C++ >= 6.


-- 


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


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