[Bug c++/92232] [C++17] Unable to deduce template function parameter

2021-08-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

2020-01-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92232 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|