You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling on FreeBSD-14/amd64, using the base compiler (clang-16.0.6). The build succeeds, but one of the tests fails:
[ RUN ] format_test.format_double
.../fmtlib/work/fmt-10.1.1/test/format-test.cc:1354: Failure
Expected equality of these values:
fmt::format("{:.9a}", xd)
Which is: "0x2.000000000p+2"
buffer
Which is: "0x1.000000000p+3"
[ FAILED ] format_test.format_double (3 ms)
Please, advise. Thank you!
The text was updated successfully, but these errors were encountered:
Compiling on FreeBSD-14/amd64, using the base compiler (clang-16.0.6). The build succeeds, but one of the tests fails:
Please, advise. Thank you!
The text was updated successfully, but these errors were encountered: