We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff1624 commit 074fdeaCopy full SHA for 074fdea
include/fast_float/ascii_number.h
@@ -259,7 +259,7 @@ template <typename UC> struct parsed_number_string_t {
259
// contains the range of the significant digits
260
span<UC const> integer{}; // non-nullable
261
span<UC const> fraction{}; // nullable
262
- UC const *lastmatch;
+ UC const *lastmatch{nullptr};
263
#ifndef FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN
264
bool negative{false};
265
#endif
0 commit comments