https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124487
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
So, shall we go with the clang proposed
<type> ::= Dy <type> <index expression> # pack indexing type
<expression> ::= sy <template-param> <index expression> # pack indexing
expression
<expression> ::= sy <function-param> <index expression> # pack indexing
expression
?