0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 18:22:50 +01:00

ircd::buffer: Disambiguate conversion.

This commit is contained in:
Jason Volk 2018-02-28 02:23:06 -08:00
parent 73c667c238
commit 7a7c1fb542

View file

@ -114,7 +114,7 @@ struct ircd::buffer::buffer
using value_type = typename std::remove_pointer<iterator>::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); }