This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/42880] trunk does not compile boost MPL
- From: "piotr dot wyderski at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2010 12:47:24 -0000
- Subject: [Bug c++/42880] trunk does not compile boost MPL
- References: <bug-42880-17090@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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