diff --git a/types.hh b/types.hh index 839b2f0233..1d48fc56ce 100644 --- a/types.hh +++ b/types.hh @@ -20,6 +20,7 @@ using bytes = basic_sstring; using bytes_view = std::experimental::string_view; using bytes_opt = std::experimental::optional; +using sstring_view = std::experimental::string_view; sstring to_hex(const bytes& b); sstring to_hex(const bytes_opt& b);