We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ecd42 commit 14b05faCopy full SHA for 14b05fa
clingwrapper/src/clingwrapper.cxx
@@ -1662,7 +1662,7 @@ Cppyy::TCppMethod_t Cppyy::GetGlobalOperator(
1662
else
1663
return nullptr;
1664
}
1665
- Cppyy::TCppMethod_t cppmeth = Cpp::BestTemplateFunctionMatch(
+ Cppyy::TCppMethod_t cppmeth = Cpp::BestOverloadFunctionMatch(
1666
unresolved_candidate_methods, {}, arg_types);
1667
if (cppmeth)
1668
return cppmeth;
0 commit comments