================ @@ -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 an assertion during template argument deduction where a function parameter pack is referenced by other types in the function type. (GH28877), (GH213760) + ---------------- zyn0217 wrote:
This is still not fixed: `(#GH28877)` https://github.com/llvm/llvm-project/pull/215235 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
