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
I was reading the code and noticed the following:
https://github.com/fmtlib/fmt/blob/master/include/fmt/ostream.h#L79
Introduced here:
768061c#diff-39be774d509c569b421ee9c510ad5f6d306f4a187ce4540b03c761d77a087b32L95
but maybe it's normal ?
The text was updated successfully, but these errors were encountered:
Good catch! I think this statement can be removed since it's a noop and all the required logic resides in formatbuf itself. A PR would be welcome.
formatbuf
Sorry, something went wrong.
Sure, doing that
PR in #2843
No branches or pull requests
I was reading the code and noticed the following:
https://github.com/fmtlib/fmt/blob/master/include/fmt/ostream.h#L79
Introduced here:
768061c#diff-39be774d509c569b421ee9c510ad5f6d306f4a187ce4540b03c761d77a087b32L95
but maybe it's normal ?
The text was updated successfully, but these errors were encountered: