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

2021-11-19 Thread Patrick Palka via Gcc-patches
he amalgamated version of the library. -- >8 -- Subject: [PATCH 2/5] 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: * Remo

[PATCH 2/5] libstdc++: Apply modifications to our local copy of fast_float

2021-11-15 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 library chars_format and from_chars_result types libstdc++-v3/