[Bug c++/92232] [C++17] Unable to deduce template function parameter
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92232 --- Comment #2 from Andrew Pinski --- Shorter testcase: int myFunc(int); template struct f; f *t; template int f1(); int t1 = f1();
[Bug c++/92232] [C++17] Unable to deduce template function parameter
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92232 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|