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
Dear all,
FYI, updated to g++-14 in development Ubuntu Noble. Unless mistke on my part, I am using master branch
I am getting the following warning:
ext/fmt/include/fmt/ranges.h:164:49: warning: self-comparison always evaluates to true [-Wtautological-compare] 164 | integer_sequence<bool, (Is == Is)...>) -> std::true_type;
The text was updated successfully, but these errors were encountered:
Fixed in 8e62172. Thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
Dear all,
FYI, updated to g++-14 in development Ubuntu Noble. Unless mistke on my part, I am using master branch
I am getting the following warning:
ext/fmt/include/fmt/ranges.h:164:49: warning: self-comparison always evaluates to true [-Wtautological-compare]
164 | integer_sequence<bool, (Is == Is)...>) -> std::true_type;
The text was updated successfully, but these errors were encountered: