mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
# unfck lint
This commit is contained in:
parent
959c9531ea
commit
c8e4d89fef
@ -947,7 +947,7 @@ constexpr void check_basic_test_result(stringtype str, result_type result,
|
||||
#define FASTFLOAT_CHECK_EQ(...) \
|
||||
if constexpr (diag == Diag::runtime) { \
|
||||
char narrow[global_string_capacity]{}; \
|
||||
for (size_t i = 0; i++ != str.size();) { \
|
||||
for (size_t i = 0; i++ != str.size();) { \
|
||||
narrow[i] = char(str[i]); \
|
||||
} \
|
||||
INFO("str(char" << 8 * sizeof(typename stringtype::value_type) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user