Commit d9579a59 by Jason Merrill

improve comment

From-SVN: r39806
parent 78adc5a0
...@@ -5212,7 +5212,12 @@ joust (cand1, cand2, warn) ...@@ -5212,7 +5212,12 @@ joust (cand1, cand2, warn)
winner = more_specialized winner = more_specialized
(TI_TEMPLATE (cand1->template), TI_TEMPLATE (cand2->template), (TI_TEMPLATE (cand1->template), TI_TEMPLATE (cand2->template),
DEDUCE_ORDER, DEDUCE_ORDER,
/* Never do unification on the 'this' parameter. */ /* Tell the deduction code how many real function arguments we saw,
not counting the implicit 'this' argument.
[temp.func.order]: The presence of unused ellipsis and default
arguments has no effect on the partial ordering of function
templates. */
TREE_VEC_LENGTH (cand1->convs) TREE_VEC_LENGTH (cand1->convs)
- DECL_NONSTATIC_MEMBER_FUNCTION_P (cand1->fn)); - DECL_NONSTATIC_MEMBER_FUNCTION_P (cand1->fn));
if (winner) if (winner)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment