Searched refs:BadExtType (Results 1 – 1 of 1) sorted by relevance
124 template<typename T> struct BadExtType { T t; }; // cxx20-note 2{{has a non-static data member of n… struct125 template<BadExtType<_Atomic float> > struct AtomicFloatField; // cxx17-error {{cannot have type}} c…126 template<BadExtType<_Atomic int> > struct AtomicInt; // cxx17-error {{cannot have type}} cxx20-erro…