Searched refs:InhCtorBase (Results 1 – 1 of 1) sorted by relevance
157 struct InhCtorBase { struct158 InhCtorBase(int);160 struct InhCtorDerived : InhCtorBase {161 …using InhCtorBase::InhCtorBase; // expected-warning {{inheriting constructors are incompatible wit…