Searched refs:C1_check (Results 1 – 2 of 2) sorted by relevance
140 template<C1 T> struct C1_check {}; struct141 using c1c1 = C1_check<int>;142 using c1c2 = C1_check<int[10]>;
183 template<C1 T> struct C1_check {}; struct190 …using c1 = C1_check<int>; // expected-error{{constraints not satisfied for class template 'C1_chec…191 …using c2 = C1_check<has_type>; // expected-error{{constraints not satisfied for class template 'C1…