[Bug c++/118760] [12/13/14/15 Regression] Alias template in dependent base used via injected-class-name incorrectly rejected
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 5 17:08:07 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118760
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Looks like we are losing that `typename` was used here:
if (TREE_CODE (f) != TYPENAME_TYPE)
More information about the Gcc-bugs
mailing list