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;
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;