You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<source>:11:8: error: class template partial specialization is not more specialized than the primary template [-Winvalid-partial-specialization]
11 | struct Type<X...>
| ^
<source>:7:8: note: template is declared here
7 | struct Type;
| ^
1 error generated.
This bug requires the class type to be parameterized on a variadic pack of non-type template parameters of class type.