================
@@ -647,7 +647,7 @@ namespace gh192510 {
   };
 
   template<typename T>
-  class X: public Base {
+  class X: public Base, private C<T> {
----------------
spaits wrote:

The current version of this PR reports this as wrong code based on the 
discussion under the issue. I am not exactly sure that it is wrong code and its 
fine to report an error here.

https://github.com/llvm/llvm-project/pull/201379
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to