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, };
redi at gcc dot gnu.org via Gcc-bugs Fri, 13 Sep 2024 04:19:56 -0700
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, };