# unfck lint

This commit is contained in:
IRainman 2025-11-09 18:15:53 +03:00
parent 959c9531ea
commit c8e4d89fef

View File

@ -947,7 +947,7 @@ constexpr void check_basic_test_result(stringtype str, result_type result,
#define FASTFLOAT_CHECK_EQ(...) \ #define FASTFLOAT_CHECK_EQ(...) \
if constexpr (diag == Diag::runtime) { \ if constexpr (diag == Diag::runtime) { \
char narrow[global_string_capacity]{}; \ 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]); \ narrow[i] = char(str[i]); \
} \ } \
INFO("str(char" << 8 * sizeof(typename stringtype::value_type) \ INFO("str(char" << 8 * sizeof(typename stringtype::value_type) \