Searched defs:SameType (Results 1 – 1 of 1) sorted by relevance
10 using SameType = decltype(y); // expected-note {{here}} typedef11 using SameType = decltype(z); // expected-error {{different types}} typedef21 using SameType = decltype(y); typedef22 using SameType = decltype(z); // ok typedef