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 and WebKit/Safari
Apache License 2.0
1.35k stars 124 forks source link

float_common.h:237:52 Value stored to 'input_num' is never read #224

Closed Coeur closed 9 months ago

Coeur commented 9 months ago

Fix an analyzer warning from Xcode 15.

lemire commented 9 months ago

Merging.