Re: [PATCH 3/6] libstdc++: Apply modifications to our local copy of fast_float

2022-01-17 Thread Jonathan Wakely via Gcc-patches
On Sun, 16 Jan 2022 at 18:07, Patrick Palka via Libstdc++ < libstd...@gcc.gnu.org> wrote: > This performs the following modifications to our local copy of fast_float > in order to make it more readily usable in our std::from_chars > implementation: > > * Remove system #includes > * Replace str

[PATCH 3/6] libstdc++: Apply modifications to our local copy of fast_float

2022-01-16 Thread Patrick Palka via Gcc-patches
This performs the following modifications to our local copy of fast_float in order to make it more readily usable in our std::from_chars implementation: * Remove system #includes * Replace stray call to assert * Use the standard chars_format and from_chars_result types libstdc++-v3/ChangeLo