diff options
author | Patrick Palka <ppalka@redhat.com> | 2022-05-02 07:01:33 -0400 |
---|---|---|
committer | Patrick Palka <ppalka@redhat.com> | 2022-05-02 07:01:33 -0400 |
commit | 86d821ddf5615e693ead667b2580898f46de8eb9 (patch) | |
tree | 6662313539316fdd8baa101eb4b6bc3c462cab8e /gcc | |
parent | 576f975cabb0fd9843de152a2d247d486a967b08 (diff) | |
download | gcc-86d821ddf5615e693ead667b2580898f46de8eb9.zip gcc-86d821ddf5615e693ead667b2580898f46de8eb9.tar.gz gcc-86d821ddf5615e693ead667b2580898f46de8eb9.tar.bz2 |
libstdc++: Don't use std::tolower in <charconv> [PR103911]
As with std::isdigit in r12-6281-gc83ecfbe74a5cf, we shouldn't be using
std::tolower in <charconv> either.
PR libstdc++/103911
libstdc++-v3/ChangeLog:
* src/c++17/floating_from_chars.cc (find_end_of_float): Accept
two delimeters for the exponent part in the form of a possibly
NULL string of length two. Don't use std::tolower.
(pattern): Adjust calls to find_end_of_float accordingly.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions