We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From https://bugzilla.redhat.com/show_bug.cgi?id=1260297#c2 :
[ RUN ] FormatterTest.FormatLongDouble /builddir/build/BUILD/cppformat-1.1.0/test/format-test.cc:1166: Failure Value of: format("{0:+010.4g}", 392.65l) Actual: "+0000392.7" Expected: "+0000392.6" [...] [ RUN ] FormatIntTest.FormatDec /builddir/build/BUILD/cppformat-1.1.0/test/format-test.cc:1387: Failure Value of: format_decimal(static_cast<char>(-42)) Actual: "214" Expected: "-42" [...] [ PASSED ] 89 tests. [ FAILED ] 2 tests, listed below: [ FAILED ] FormatterTest.FormatLongDouble [ FAILED ] FormatIntTest.FormatDec
The text was updated successfully, but these errors were encountered:
The rounding issue in FormatLongDouble was fixed in 948317b.
Sorry, something went wrong.
The FormatIntTest.FormatDec failure was fixed in 8450f5e .
FormatIntTest.FormatDec
No branches or pull requests
From https://bugzilla.redhat.com/show_bug.cgi?id=1260297#c2 :
The text was updated successfully, but these errors were encountered: