This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/52015] std::to_string does not work under MinGW
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 27 Feb 2012 18:00:55 +0000
- Subject: [Bug libstdc++/52015] std::to_string does not work under MinGW
- Auto-submitted: auto-generated
- References: <bug-52015-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52015
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ktietz70 at googlemail dot
| |com
--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-02-27 18:00:55 UTC ---
I'm pretty sure that Kai / the target maintainers did some work to actually
make available the underlying libc function on those systems, thus I can
imagine that just tweaking a bit the configury could do the trick, and in that
case a fix could go in for 4.7.1. Well, if Kai can tell us that the tweak is
*really* trivial and totally restricted to MinGW, maybe even 4.7.0, conditional
to release managers approval, of course.