This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Add header implementation of std::to_string for integers (PR libstdc++/71108)
- From: Adrian Wielgosik <adrian dot wielgosik at gmail dot com>
- To: Daniel Krügler <daniel dot kruegler at gmail dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>, gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 28 May 2017 21:38:49 +0200
- Subject: Re: [PATCH] Add header implementation of std::to_string for integers (PR libstdc++/71108)
- Authentication-results: sourceware.org; auth=none
- References: <CAPoJ1RH7BDKNCF9yo8XEXx_mSZ4=G2LWPxxG0rfL9oSyrQSUWQ@mail.gmail.com> <CAGNvRgB6HeX2kT+PZM1stppJMZ_y-=nkGt9BjKgUm0gruTF92g@mail.gmail.com>
> so a conforming program could notice the difference by either calling std::setlocale.
Unless I missed or misunderstood something about locale (please let me
know if I did), I don't know of any way for locale to affect %d and
its integer friends.