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++/42880] trunk does not compile boost MPL



------- Comment #19 from piotr dot wyderski at gmail dot com  2010-01-27 12:47 -------

> Then say that explicitly, *always*. Actually,
> the complete command line is part of the requirements for PRs.

Sorry, I misunderstood you. I use -std=gnu++0x in my
actual program, which today became uncompilable. For
the PR it was:

    g++ -std=gnu++0x br.cpp -I/usr/include/boost_1_39_0/

Without extensions enabled, merely:

    g++ br.cpp -I/usr/include/boost_1_39_0/

the compiler also emits an error list, however much
shorter (it's probably what you see on Linux): specialization
after instantiation.


-- 


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


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