This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH, libstdc++/61166] overflow when parse number in std::duration operator""
- From: Ed Smith-Rowland <3dw4rd at verizon dot net>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: Daniel Krügler <daniel dot kruegler at gmail dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>, "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 15 May 2014 22:54:23 -0400
- Subject: Re: [PATCH, libstdc++/61166] overflow when parse number in std::duration operator""
- Authentication-results: sourceware.org; auth=none
- References: <537371EF dot 9080901 at verizon dot net> <CAGNvRgCXLBZ9YD+8jbJaHL9PPOdusDMWrtJgAS0_d49W3RHVJA at mail dot gmail dot com> <53737CF4 dot 9090706 at verizon dot net> <CAH6eHdSF8NXfz328nqoS4edVNyEQLCGdiUDGzSt7=T_gQ6Jm+A at mail dot gmail dot com> <CAH6eHdQFfLE2fyx4vbSeZtAOGyVgekLHrGdvPQ_22n05xTRisQ at mail dot gmail dot com> <20140514153649 dot GZ10556 at redhat dot com> <20140515190317 dot GB26271 at redhat dot com>
On 05/15/2014 03:03 PM, Jonathan Wakely wrote:
Here's a finished patch to simplify <bits/parse_numbers.h>
Tested x86_64-linux. Ed, any objection to this version?
This looks great, thanks!
Having done that should we actually stop using it as suggested in the
bug trail? ;-)