OSDN Git Service

* parse.y (explicit_template_type): Remove TEMPLATE keyword.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Mar 1998 12:22:33 +0000 (12:22 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Mar 1998 12:22:33 +0000 (12:22 +0000)
commitcc5da2a6ed639abd1011ad93fe7cd448c350c3e5
tree3a0fd15dddb30a689665cf103e9f7928837c7316
parent21d55c67c495d33ce6a1e0d95bc0779bbfeffefc
* parse.y (explicit_template_type): Remove TEMPLATE keyword.
(nested_name_specifier): And add it before this use.
(typename_sub0): And this use.  Also add use without the keyword.
(typename_sub1): Likewise.
* pt.c (instantiate_class_template): Don't actually instantiate
anything if our type uses template parms.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18358 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/parse.c
gcc/cp/parse.y
gcc/cp/pt.c