call.c
377 KB
-
PR c++/92847 - C++20 comparison ambiguity with class template. · eff66cd2
This testcase demonstrates that looking at cand->template_decl is not a good starting place for finding the most general template, as it is only set for primary templates. * call.c (cand_parms_match): Handle all templated functions. From-SVN: r279185
Jason Merrill committed