================
@@ -445,6 +445,8 @@ features cannot lower the translation-unit ABI level;
   affect C++26 constexpr structured bindings and expansion statements, but
   also affects some uses of plain structured bindings. (#GH211930)
 
+- Fixed a crash during template argument deduction where a function parameter 
pack is referenced by other types in the function type. (GH28877, GH213760)
----------------
TPPPP72 wrote:

```suggestion
- Fixed an assertion during template argument deduction where a function 
parameter pack is referenced by other types in the function type. (GH28877, 
GH213760)
```

https://github.com/llvm/llvm-project/pull/215235
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to