9 ms·
It is. using namespace std::rel_ops;
by ourson 11y ago
It is.
using namespace std::rel_ops;
- ant6n 11y agoIt 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.