Re: [PATCH] libstdc++: Fix build failure due to missing [PR98374]

2020-12-18 Thread Patrick Palka via Gcc-patches
On Fri, Dec 18, 2020 at 11:04 AM Patrick Palka wrote: > > This fixes a build failure on Windows which lacks . > (We can't use the more portable localeconv() from to obtain > the radix character of the current locale here because it's not > thread-safe, unfortunately.) > > This change means that o

[PATCH] libstdc++: Fix build failure due to missing [PR98374]

2020-12-18 Thread Patrick Palka via Gcc-patches
This fixes a build failure on Windows which lacks . (We can't use the more portable localeconv() from to obtain the radix character of the current locale here because it's not thread-safe, unfortunately.) This change means that on Windows and other such systems, we'll just always assume the radix