Paavo Helde <
ees...@osa.pri.ee> wrote:
> I just realized it is legal to assign a temporary std::string to a
> std::string_view
I think there may be completely legitimate situations where you may want
to initialize a string_view with a temporary. Like:
foo(std::string_view(bar()));