Files
scylladb/utils
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
..
2022-06-02 11:21:05 +03:00
2023-02-17 18:41:39 +08:00
2022-02-28 12:36:03 +02:00
2023-01-27 19:15:39 +01:00
2022-08-08 08:02:27 +03:00
2023-02-28 17:25:30 +08:00