https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116703

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
GCC expects this to be:

template<>
enum foo<kind1>::named : int {
     named1 = 123,
     named2 = 456,
};

Reply via email to