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

2025-03-29 Thread jesse at mind dot net via Gcc-bugs
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

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

2025-03-29 Thread jesse at mind dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529 Jesse Williamson changed: What|Removed |Added CC||jesse at mind dot net --- Comment #1

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

2025-03-29 Thread jesse at mind dot net via Gcc-bugs
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);

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

2025-03-29 Thread jesse at mind dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119529 Jesse Williamson changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFI

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

2025-03-29 Thread jesse at mind dot net via Gcc-bugs
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

[Bug c++/117422] Error: template parameter was not declared in this scope

2025-03-29 Thread jesse at mind dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117422 Jesse Williamson changed: What|Removed |Added CC||jesse at mind dot net --- Comment #6