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: "paolo dot carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2010 12:21:44 -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 #8 from paolo dot carlini at oracle dot com 2010-01-27 12:21 -------
Also note: something is going on with char16_t / char32_t which I do not
understand at all, at the moment: in that tr1_impl code I did not setup the
specializations for char16_t / char32_t conditionally to some configure check
or header included or actual target, because I was assuming that in C++, in
C++0x mode, those are **always** available. Is that not true? And we didn't
realize for all this time?!?
Note, actually the error means the submitter is passing -std=c++0x on the
command line.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42880