This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52485] [c++11] add an option to disable c++11 user-defined literals
- From: "eu at doxos dot eu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 05 Mar 2012 09:20:26 +0000
- Subject: [Bug c++/52485] [c++11] add an option to disable c++11 user-defined literals
- Auto-submitted: auto-generated
- References: <bug-52485-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52485
--- Comment #4 from VÃclav Åmilauer <eu at doxos dot eu> 2012-03-05 09:20:26 UTC ---
I think you understood my source _is_ c++11, but the libs I have to use are
not; therefore I have to compile with -std=c++11. The the fix is admittedly
trivial and documented, but consists in editing 3rd-party headers. It is ugly
and right at the same time.
Close this bug if it has no chance.