https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127252
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I don't see what's wrong. It is rejected, which is correct.
^^__remove_cv(const int) is parsed as ^^__remove_cv and __remove_cv is not a
normal identifier, it is a magic keyword like all the traits are.
