From 66c2127e182e291722c01a8648a2fc6855743550 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 27 Jul 1998 17:03:39 +0000 Subject: * call.c (build_over_call): Pass 1 to popclass. From-SVN: r21418 --- gcc/cp/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/call.c') diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 936dcb6..e65898e 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -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), -- cgit v1.1