I think this is a problem worth solving. Its against a C++ design principle that built-in references (like const std;:string&) have the lifetime extension feature, whereas user-defined reference-like classes (like std::string_view) do not. In particular, this is one the arguments against migrating from const std::string& to std::string_view.I encourage you to submit a proposal for C++23: https://isocpp.org/std/submit-a-proposal