mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
as, in C++20, compiler is able to generate the operator==() for us, and the default generated one is identical to what we have now. also, in C++20, operator!=() is generated by compiler if operator==() is defined, so we can dispense with the former. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
8.3 KiB
8.3 KiB