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

Jonathan Wakely jwakely@redhat.com
Mon Jan 17 10:46:22 GMT 2022


On Sun, 16 Jan 2022 at 18:07, Patrick Palka via Libstdc++ <
libstdc++@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 stray call to assert
>   * Use the standard chars_format and from_chars_result types
>
> libstdc++-v3/ChangeLog:
>
>         * src/c++17/fast_float/LOCAL_PATCHES: Update.
>         * src/c++17/fast_float/fast_float.h: Apply local modifications.
>
>
OK for trunk.


More information about the Libstdc++ mailing list