Skip to content
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

g++-14 warning on self-comparison #3830

Closed
rcasellas opened this issue Jan 29, 2024 · 1 comment
Closed

g++-14 warning on self-comparison #3830

rcasellas opened this issue Jan 29, 2024 · 1 comment

Comments

@rcasellas
Copy link

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;

@vitaut
Copy link
Contributor

vitaut commented Jan 29, 2024

Fixed in 8e62172. Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants