This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/52719] C++11 std::regex is broken compiling simple regular expressions
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 26 Mar 2012 09:47:12 +0000
- Subject: [Bug libstdc++/52719] C++11 std::regex is broken compiling simple regular expressions
- Auto-submitted: auto-generated
- References: <bug-52719-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52719
--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-03-26 09:47:12 UTC ---
(In reply to comment #4)
> std::regex is quite unusable in its current form.
And documented as such in
http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2011
The whole of Clause 28 is partially supported or not supported at all.