Searched refs:ScopedEnum1 (Results 1 – 1 of 1) sorted by relevance
11 template<typename T> struct ScopedEnum1 { struct16 ScopedEnum1<int> se1; // ok33 ScopedEnum1<double>::E e1; // ok34 …ScopedEnum1<double>::E e2 = decltype(e2)::e; // expected-note {{in instantiation of enumeration 'S… argument