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 8df5a37 commit f203cb0Copy full SHA for f203cb0
clang/test/CXX/expr/expr.unary/expr.sizeof/p5-0x.cpp
@@ -33,6 +33,6 @@ template<int Value> struct count_ints_2 {
33
template<typename ...Types> // expected-note{{parameter pack 'Types' declared here}}
34
struct count_types_2 {
35
static const unsigned value = sizeof... Type; // expected-error{{missing parentheses around the size of parameter pack 'Type'}} \
36
- // expected-error{{Type' does not refer to the name of a parameter pack; did you mean 'Types'?}}
+ // expected-error{{'Type' does not refer to the name of a parameter pack; did you mean 'Types'?}}
37
};
38
0 commit comments