[Bug c++/119233] [12/13/14/15 Regression] templated member function used as a template argument (pointer to member function) from inside a template causes an undefined symbol
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 12 04:41:45 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119233
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Created attachment 60718
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60718&action=edit
another (slightly modified) C++98 testcase
foo does not need to be a template but foo::get needs to be a template.
More information about the Gcc-bugs
mailing list