================
@@ -58,8 +58,9 @@ void b(T[] ...);
 
 template<typename T>
 void c(T ... []); // expected-error {{expected expression}} \
----------------
efriedma-quic wrote:

To be clear, it's not a "pack-index-specifier" even in C++26: it doesn't match 
the grammar because there's no constant-expression, and the constant-expression 
is not optional in the pack-index-specifier grammar.

https://github.com/llvm/llvm-project/pull/116332
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to