Hacker News new | ask | show | jobs
by ourson 3922 days ago
It is. using namespace std::rel_ops;
1 comments

It looks like this isn't attached to the class definition, but rather to the uses. I.e. for every use of a class that only defines ==, <, you have to include rel_ops. But then it would basically provide the other comparators to all classes, maybe not something you'd want.