* pt.c (instantiate_pending_templates): Reset template level.
From-SVN: r34886
This commit is contained in:
parent
09074fda4f
commit
84e5ca0f37
@ -1,3 +1,7 @@
|
|||||||
|
2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
|
* pt.c (instantiate_pending_templates): Reset template level.
|
||||||
|
|
||||||
2000-07-05 Jason Merrill <jason@redhat.com>
|
2000-07-05 Jason Merrill <jason@redhat.com>
|
||||||
|
|
||||||
* call.c (joust): Don't complain about `operator char *()' beating
|
* call.c (joust): Don't complain about `operator char *()' beating
|
||||||
|
@ -9813,6 +9813,8 @@ instantiate_pending_templates ()
|
|||||||
else
|
else
|
||||||
t = &TREE_CHAIN (*t);
|
t = &TREE_CHAIN (*t);
|
||||||
}
|
}
|
||||||
|
tinst_depth = 0;
|
||||||
|
current_tinst_level = NULL_TREE;
|
||||||
}
|
}
|
||||||
template_tail = t;
|
template_tail = t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user