================
@@ -647,7 +647,7 @@ namespace gh192510 {
};
template<typename T>
- class X: public Base {
+ class X: public Base, private C<T> {
----------------
cor3ntin wrote:Why did you modify this test? https://github.com/llvm/llvm-project/pull/201379 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
