lint unfck.

This commit is contained in:
HedgehogInTheCPP 2026-08-25 23:01:12 +03:00
parent 72f7acda15
commit 914bd880ee

View File

@ -484,7 +484,7 @@ template <typename UC> struct parsed_number_string_t {
FASTFLOAT_NO_UNIQUE_ADDRESS parse_error error;
// contains the range of the significant digits
FASTFLOAT_NO_UNIQUE_ADDRESS span<UC const> integer; // non-nullable
FASTFLOAT_NO_UNIQUE_ADDRESS span<UC const> integer; // non-nullable
FASTFLOAT_NO_UNIQUE_ADDRESS span<UC const> fraction; // nullable
};