mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-09-14 14:42:26 +08:00
lint unfck.
This commit is contained in:
parent
72f7acda15
commit
914bd880ee
@ -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
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user