[clang] [Clang][Parser] Make 'T...[N]' within a function parameter a valid pack expansion prior to C++2c (PR #116332)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 18 06:40:28 PST 2024
================
@@ -65,7 +64,7 @@ int main() {
}
-namespace GH11460 {
+namespace GH111460 {
----------------
erichkeane wrote:
eh?
https://github.com/llvm/llvm-project/pull/116332
More information about the cfe-commits
mailing list