Files
scylladb/test
Kefu Chai 2434a4d345 utils: small_vector: define operator<=>
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
2023-02-28 20:04:22 +02:00
..
2023-02-19 21:05:45 +02:00
2022-07-20 18:19:25 +02:00
2023-02-15 11:01:50 +02:00