Searched refs:C2_check (Results 1 – 2 of 2) sorted by relevance
160 …template<C2 T> struct C2_check {}; // expected-note{{because 'int' does not satisfy 'C2'}} expecte… struct161 …using c2c1 = C2_check<int>; // expected-error{{constraints not satisfied for class template 'C2_ch…162 …using c2c2 = C2_check<T2>; // expected-error{{constraints not satisfied for class template 'C2_che…
186 template<C2 T> struct C2_check {}; struct192 …using c3 = C2_check<has_inner>; // expected-error{{constraints not satisfied for class template 'C…