[Bug c++/116981] wrongly accepted non-more-specialized partial specialization of class template member for an instantiated enclosing template
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Oct 4 21:20:05 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116981
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |accepts-invalid
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Basically to make this valid `B<T2>` needs to be changed to `B`.
More information about the Gcc-bugs
mailing list