This causes the following to not compile anymore \#include <utility> \#include <vector> using namespace std::rel_ops; int main() { std::vector<int> xs; return xs.rbegin() != xs.rend(); } See https://godbolt.org/z/s1977n