Searched defs:UsingTemplateCtors (Results 1 – 1 of 1) sorted by relevance
107 struct UsingTemplateCtors : TemplateCtors { // expected-note 3{{candidate constructor (the implicit… struct110 constexpr UsingTemplateCtors(X<0>, X<0>) {} // expected-note {{not viable}} in UsingTemplateCtors() function111 constexpr UsingTemplateCtors(X<1>, X<1>) {} // expected-note {{not viable}} in UsingTemplateCtors() argument112 constexpr UsingTemplateCtors(X<2>, X<2>) {} // expected-note {{not viable}} in UsingTemplateCtors() function114 template<int = 0> constexpr UsingTemplateCtors(int) {} // expected-note {{not viable}} in UsingTemplateCtors() argument115 …template<typename T = void> constexpr UsingTemplateCtors(int, int) {} // expected-note {{not viabl… in UsingTemplateCtors() function116 …template<typename T, typename U> constexpr UsingTemplateCtors(int, int, int) {} // expected-note {… in UsingTemplateCtors() argument