mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
small_vector should be feature-wise compatible with std::vector<>, let's add operator<=> for it. also, there is not needd to define operator!=() explicitly, C++20 define this for us if operator==() is defined, so let's drop it. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes #13032