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: Tim Song <t dot canens dot cpp at gmail dot com>
- To: Daniel Krügler <daniel dot kruegler at gmail dot com>
- Cc: Adrian Wielgosik <adrian dot wielgosik at gmail dot com>, "libstdc++" <libstdc++ at gcc dot gnu dot org>, gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 28 May 2017 16:29:17 -0400
- 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> <CAPoJ1RHDP41LqWvyUB1Sko=-sM5=tw2Hc-Cyh_HoJ90Ee3fOeA@mail.gmail.com> <CAGNvRgB2Nv7WEkmxDQ0s_n=P=ywGquYTF8tmhbyxeFQFsT2nyw@mail.gmail.com>
libstdc++ has a to_chars implementation already. Assuming that the
locale issue isn't a problem, can that be reused?