[Bug c++/119529] Template-id does not match any template declaration (for template friend function)

jesse at mind dot net gcc-bugzilla@gcc.gnu.org
Sat Mar 29 13:08:14 GMT 2025


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529

--- Comment #2 from Jesse Williamson <jesse at mind dot net> ---
Changing the name of the free function to differ from the class member
compiles, e.g.:
friend void g<>(int);


More information about the Gcc-bugs mailing list