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

2020-12-17 Thread Jonathan Wakely via Gcc-patches
On 15/07/20 14:12 -0400, Patrick Palka via Libstdc++ wrote: On Tue, 14 Jul 2020, Patrick Palka wrote: This performs the following modifications to our local copy of Ryu in order to make it more easily usable for our std::to_chars implementation: * Remove all #includes * Remove copy_special

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

2020-07-15 Thread Patrick Palka via Gcc-patches
On Tue, 14 Jul 2020, Patrick Palka wrote: > This performs the following modifications to our local copy of Ryu in > order to make it more easily usable for our std::to_chars implementation: > > * Remove all #includes > * Remove copy_special_str routines > * Adjust the exponent formatting to