Searched refs:C_check (Results 1 – 1 of 1) sorted by relevance
96 …template<C T> struct C_check {}; // expected-note{{because 'void' does not satisfy 'C'}} expected-… struct97 …using c1c1 = C_check<void>; // expected-error{{constraints not satisfied for class template 'C_che…98 …using c1c2 = C_check<int *>; // expected-error{{constraints not satisfied for class template 'C_ch…