mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
Our "sstring_view" is an historic alias for the standard std::string_view. Alternator only used this alias in a couple of random names, let's change them to the standard type name. Refs #4062. Signed-off-by: Nadav Har'El <nyh@scylladb.com>