Searched refs:CtorTmpl (Results 1 – 1 of 1) sorted by relevance
22 class CtorTmpl { // expected-note {{because type 'CtorTmpl' has no default constructor}} class23 …template<typename T> CtorTmpl(); // expected-note {{implicit default constructor suppressed by use…43 CtorTmpl ctortmpl; // expected-error {{union member 'ctortmpl' has a non-trivial constructor}}