[clang-tidy] Check request: use std::tie
to implement lexicographical comparison
#121367
Labels
std::tie
to implement lexicographical comparison
#121367
Assume the structure:
And this struct has user defined operators with field-by-field manual comparison:
We need a check that will suggest to reimplement that operator in a better way using
std::tie
:The text was updated successfully, but these errors were encountered: