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:
parent
73c667c238
commit
7a7c1fb542
1 changed files with 1 additions and 1 deletions
|
@ -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); }
|
||||
|
|
Loading…
Reference in a new issue