-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
std::ostream support for fmt::printf is broken since f72a905 #1631
Comments
vitaut
added a commit
that referenced
this issue
Apr 12, 2020
vitaut
added a commit
that referenced
this issue
Apr 12, 2020
Fixed in e99809f. Thanks for reporting! |
375gnu
added a commit
to CelestiaProject/Celestia
that referenced
this issue
Apr 13, 2020
See fmtlib/fmt#1631 for more information.
levinli303
pushed a commit
to CelestiaProject/Celestia
that referenced
this issue
Apr 13, 2020
See fmtlib/fmt#1631 for more information.
vitaut
added a commit
that referenced
this issue
May 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the following example:
Since f72a905 it's not possible to compile it:
Full g++ error.log
I tested with gcc 7 & 8 and clang 9 but with gcc 7 lib.
The text was updated successfully, but these errors were encountered: