fastfloat / fast_float

Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium, Redis and WebKit/Safari
Apache License 2.0
1.54k stars 132 forks source link

check C++ standard version before including <stdfloat> #239

Closed wojdyr closed 8 months ago

wojdyr commented 8 months ago

For #238

lemire commented 8 months ago

Merging.