Commit 66c2127e by Jason Merrill Committed by Jason Merrill

* call.c (build_over_call): Pass 1 to popclass.

From-SVN: r21418
parent 92ac31f1
1998-07-27 Jason Merrill <jason@yorick.cygnus.com>
* call.c (build_over_call): Pass 1 to popclass.
* parse.y (direct_notype_declarator): Add precedence declaration
to notype_unqualified_id case.
......
......@@ -3372,7 +3372,7 @@ build_over_call (cand, args, flags)
arg = tsubst_expr (arg, DECL_TI_ARGS (fn), NULL_TREE);
if (DECL_CLASS_SCOPE_P (fn))
popclass (0);
popclass (1);
}
converted_args = expr_tree_cons
(NULL_TREE, convert_default_arg (TREE_VALUE (parm), arg),
......
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