zwuis wrote: I think this test case is needed: (by-reference, with initializer, and is a pack)
```cpp
return [&...params = args] {
return /* ... */;
}();
```
https://github.com/llvm/llvm-project/pull/160705
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
