================
@@ -182,8 +182,8 @@ struct Bad2 { int a, b; };
 } // namespace dr2386
 namespace std {
 template <typename T> struct tuple_size;
-template <> struct std::tuple_size<dr2386::Bad1> {};
----------------
sdkrystian wrote:

@Endilll if left unchanged this will result in a warning about redundant 
qualification, which I don't think is the point of the test... alternatively I 
can add `// expected-warning {{extra qualification on member}}`

https://github.com/llvm/llvm-project/pull/78595
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to