diff --git a/include/ircd/buffer.h b/include/ircd/buffer.h index 47c8d56df..18b76d9d6 100644 --- a/include/ircd/buffer.h +++ b/include/ircd/buffer.h @@ -114,7 +114,7 @@ struct ircd::buffer::buffer using value_type = typename std::remove_pointer::type; operator string_view() const; - operator std::string_view() const; + explicit operator std::string_view() const; explicit operator std::string() const; auto &begin() const { return std::get<0>(*this); }