This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/53561] [c++0x] regex_replace is missing overloads
- From: "vallentin at icir dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 21 Jul 2012 17:51:57 +0000
- Subject: [Bug libstdc++/53561] [c++0x] regex_replace is missing overloads
- Auto-submitted: auto-generated
- References: <bug-53561-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53561
Matthias Vallentin <vallentin at icir dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vallentin at icir dot org
--- Comment #2 from Matthias Vallentin <vallentin at icir dot org> 2012-07-21 17:51:57 UTC ---
(In reply to comment #1)
> Never mind. I just saw that the implementation isn't supposed to be done.
The documentation still mentions that regex_replace is not yet implemented:
/** @todo Implement this function. */
Any ideas when we can start using it?
Matthias