Commit 84e5ca0f by Nathan Sidwell Committed by Nathan Sidwell

* pt.c (instantiate_pending_templates): Reset template level.

From-SVN: r34886
parent 09074fda
2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
* pt.c (instantiate_pending_templates): Reset template level.
2000-07-05 Jason Merrill <jason@redhat.com>
* call.c (joust): Don't complain about `operator char *()' beating
......
......@@ -9813,6 +9813,8 @@ instantiate_pending_templates ()
else
t = &TREE_CHAIN (*t);
}
tinst_depth = 0;
current_tinst_level = NULL_TREE;
}
template_tail = t;
......
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