https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111222
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |accepts-invalid
Summary|[c++23] ICE on |ICE on basic_string_view
|basic_string_view with |and alias templates with
|missing template argument |missing template argument
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Hmm, we have an accepts invalid here too. For C++20 we accept it but deduction
for alias templates is not valid ...