pt.c (instantiate_class_template): Don't try to figure out what specialization to...
authorMark Mitchell <mark@markmitchell.com>
Mon, 23 Nov 1998 14:41:37 +0000 (14:41 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 23 Nov 1998 14:41:37 +0000 (14:41 +0000)
commit6bdb985fc9a573ed779448cf5e31abffe062823e
tree068bf485001da36ce190f37a2dd0af9f0675ce64
parentc9a3de160b149070709a5302e138607ed206fee9
pt.c (instantiate_class_template): Don't try to figure out what specialization to use for a partial instantiation.

* pt.c (instantiate_class_template): Don't try to figure out what
specialization to use for a partial instantiation.  Correct
typos in a couple of comments.  Avoid calling uses_template_parms
multiple times.

From-SVN: r23808
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.old-deja/g++.pt/spec25.C [new file with mode: 0644]