------- 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