Searched defs:r2i2 (Results 1 – 4 of 4) sorted by relevance
43 using r2i2 = r2<short>; // expected-error {{constraints not satisfied for class template 'r2' [with Ts = <short>]}} typedef 80 using r2i2 = r2<contains_template<short>>; // expected-error{{constraints not satisfied for class template 'r2' [with T = type_requirement::contains_template<short>]}} typedef 146 using r2i2 = r2<double>; // expected-error{{constraints not satisfied for class template 'r2' [with T = double]}} typedef
36 using r2i2 = r2<A>; // expected-error{{constraints not satisfied for class template 'r2' [with T = … typedef
34 using r2i2 = r2<A>; // expected-error{{constraints not satisfied for class template 'r2' [with T = … typedef
74 using r2i2 = r2<void>; typedef