[Bug c++/86959] Use of a variadic alias template unexpectedly breaks compilation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86959 Marek Polacek changed: What|Removed |Added Last reconfirmed||2025-02-17 CC|
[Bug c++/86959] Use of a variadic alias template unexpectedly breaks compilation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86959 --- Comment #1 from Andrew Pinski --- clang ICEs with -std=c++20 :). GCC ICEs starting in GCC 9: : In substitution of 'template template using Alias = Outer< >::Inner [with T = {void}; = void]': :18:38: required from here :8:11: internal com