std::rel_ops was deprecated in C++20, as C++20 provides a better solution for defining comparison operators. and all the use cases previously to be addressed by `using namespace std::rel_ops` have been addressed either by `operator<=>` or the default-generated `operator!=`. so, in this change, to avoid using deprecated facilities, let's drop all these `using namespace std::rel_ops`. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
11 KiB
11 KiB