https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529
Bug ID: 119529
Summary: Template-id does not match any template declaration
(for template friend function)
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529
Jesse Williamson changed:
What|Removed |Added
CC||jesse at mind dot net
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529
--- Comment #2 from Jesse Williamson ---
Changing the name of the free function to differ from the class member
compiles, e.g.:
friend void g<>(int);
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529
Jesse Williamson changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529
--- Comment #3 from Jesse Williamson ---
Oh, shoot, I thought I'd checked carefully but I think this is a duplicate of:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117422
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117422
Jesse Williamson changed:
What|Removed |Added
CC||jesse at mind dot net
--- Comment #6