Closed danakj closed 1 week ago
This is suggested by clang-tidy's modernize checks, and is a safer coding practice.
cc @jonmeow
I see that we suppress readability-use-anyofallof in .clang-tidy which is meant to not suggest this particular change, but it's also coming from modernize-use-ranges.
readability-use-anyofallof
modernize-use-ranges
This is suggested by clang-tidy's modernize checks, and is a safer coding practice.