decl2.c (grokfield): Don't mangle the name of a TYPE_DECL if it uses template parameters.

* decl2.c (grokfield): Don't mangle the name of a TYPE_DECL if it
	uses template parameters.

From-SVN: r21549
This commit is contained in:
Mark Mitchell 1998-08-03 09:59:39 +00:00
parent 35fce3ceb2
commit 93b7fd0af4

View File

@ -1,3 +1,8 @@
1998-08-03 Mark Mitchell <mark@markmitchell.com>
* decl2.c (grokfield): Don't mangle the name of a TYPE_DECL if it
uses template parameters.
1998-08-02 Mark Mitchell <mark@markmitchell.com>
* cp-tree.def (LOOKUP_EXPR): Document. Remove second argument.