diff --git a/bytes.hh b/bytes.hh index a4ea9fd82b..7818490442 100644 --- a/bytes.hh +++ b/bytes.hh @@ -29,7 +29,7 @@ #include #include "utils/mutable_view.hh" -using bytes = basic_sstring; +using bytes = basic_sstring; using bytes_view = std::experimental::basic_string_view; using bytes_mutable_view = basic_mutable_view; using bytes_opt = std::experimental::optional;