Re: [PATCH 3/5] libstdc++: Adjust fast_float's over/underflow behavior for conformnace

2021-11-19 Thread Patrick Palka via Gcc-patches
On Mon, 15 Nov 2021, Patrick Palka wrote: > This makes fast_float handle the situation where std::from_chars is > specified to return result_out_of_range, i.e. when the parsed value > is outside the representable range of the floating-point type. > > libstdc++-v3/ChangeLog: > > * src/c++17

[PATCH 3/5] libstdc++: Adjust fast_float's over/underflow behavior for conformnace

2021-11-15 Thread Patrick Palka via Gcc-patches
This makes fast_float handle the situation where std::from_chars is specified to return result_out_of_range, i.e. when the parsed value is outside the representable range of the floating-point type. libstdc++-v3/ChangeLog: * src/c++17/fast_float/LOCAL_PATCHES: Update. * src/c++17/