We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94fdfc commit a7a0120Copy full SHA for a7a0120
clang/test/SemaCXX/alias-template.cpp
@@ -54,7 +54,7 @@ namespace LookupFilter {
54
template<typename U> using S = S<U>*; // ok
55
}
56
57
-namespace UnexpectedPack {
+namespace UnexpandedPack {
58
template<typename...T> struct S0 {
59
template<typename Z> using U = T*; // expected-error {{declaration type contains unexpanded parameter pack 'T'}}
60
U<char> u;
0 commit comments