diff --git a/include/fast_float/ascii_number.h b/include/fast_float/ascii_number.h index c768c93..8c2213c 100644 --- a/include/fast_float/ascii_number.h +++ b/include/fast_float/ascii_number.h @@ -484,7 +484,7 @@ template struct parsed_number_string_t { FASTFLOAT_NO_UNIQUE_ADDRESS parse_error error; // contains the range of the significant digits - FASTFLOAT_NO_UNIQUE_ADDRESS span integer; // non-nullable + FASTFLOAT_NO_UNIQUE_ADDRESS span integer; // non-nullable FASTFLOAT_NO_UNIQUE_ADDRESS span fraction; // nullable };