[Bug c++/116011] Template declaration matching does not differentiate between &(T::x) and &T::x; only the latter can form a pointer to member
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jul 20 18:57:34 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116011
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
It is not just templates though.
It is unevulated context where the issue comes into play.
More information about the Gcc-bugs
mailing list