libstdc++: Apply modifications to our local copy of fast_float
authorPatrick Palka <ppalka@redhat.com>
Mon, 17 Jan 2022 19:32:27 +0000 (14:32 -0500)
committerPatrick Palka <ppalka@redhat.com>
Mon, 17 Jan 2022 19:32:27 +0000 (14:32 -0500)
commitf5c8b82512f9d3eda7e4c71853409d3ac6224777
tree54e7673484e0e505b3ef886a312f15b841590e2e
parent2800bc08e4ab4c116f556f17791936c889191fbf
libstdc++: Apply modifications to our local copy of fast_float

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.
libstdc++-v3/src/c++17/fast_float/LOCAL_PATCHES
libstdc++-v3/src/c++17/fast_float/fast_float.h