libstdc++: Fix use of newlocale in std:::from_chars
authorJonathan Wakely <jwakely@redhat.com>
Fri, 31 Jul 2020 13:36:56 +0000 (14:36 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 31 Jul 2020 13:36:56 +0000 (14:36 +0100)
commit4143efc1eed44050201b20c78d0206bc266e30c4
tree6b15c248c47e2d9cbd012e3de7be68ca9ad37a9a
parentc6ef9d8d3f11221df1ea6358b8d4e79e42f074fb
libstdc++: Fix use of newlocale in std:::from_chars

libstdc++-v3/ChangeLog:

* src/c++17/floating_from_chars.cc (from_chars_impl): Use
LC_ALL_MASK not LC_ALL.
libstdc++-v3/src/c++17/floating_from_chars.cc