https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127002
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org,
| |jason at gcc dot gnu.org,
| |mpolacek at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Now, all of en and dm/da/un describe something inside of an enum type or class,
so perhaps I should have used <name> instead of <prefix> where <name> in that
case would describe the containing enum type or class.
The type alias (ta) case is different from this, we can hhave a type alias in
global namespace, or other namespaces, or at class scope, function scope etc.