Files
fmt/include/fmt
Björn Schäpers 042af53324 Suppress -Wfloat-equal
Only NaN and Inf are not less than Inf and the check for NaN is done
before.

Solves:
.../fmt/include/fmt/format.h:2509:43: warning: comparing floating-point with '==' or '!=' is unsafe [-Wfloat-equal]
 2509 |     return !detail::isnan(value) && value != inf && value != -inf;
2022-09-13 11:14:30 -07:00
..
2022-02-05 10:44:34 -08:00
2022-09-11 09:33:31 -07:00
2022-09-13 11:14:30 -07:00
2022-05-22 07:10:09 -07:00
2022-08-09 09:05:01 -07:00
2022-05-29 22:51:31 -07:00
2022-09-03 06:35:55 -07:00