Skip to content

Commit 074fdea

Browse files
committed
small fix
1 parent 9ff1624 commit 074fdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fast_float/ascii_number.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ template <typename UC> struct parsed_number_string_t {
259259
// contains the range of the significant digits
260260
span<UC const> integer{}; // non-nullable
261261
span<UC const> fraction{}; // nullable
262-
UC const *lastmatch;
262+
UC const *lastmatch{nullptr};
263263
#ifndef FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN
264264
bool negative{false};
265265
#endif

0 commit comments

Comments
 (0)