class.c (instantiate_type): Handle pointer-to-members where the member is a template.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 7 Jun 1998 12:13:54 +0000 (12:13 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 7 Jun 1998 12:13:54 +0000 (12:13 +0000)
commit874503bcad9c38fb673b43bcdc09e6d4658fe62a
tree6c03d69c022263d9aa94cd9a9e6ae9a38cde6cfb
parentdfdfa60f540afcfb54a599ce9a59770225d11ce6
class.c (instantiate_type): Handle pointer-to-members where the member is a template.

* class.c (instantiate_type): Handle pointer-to-members where the
member is a template.
* init.c (build_offset_ref): Likewise.
* typeck.c (build_unary_op): Likewise.

From-SVN: r20269
gcc/cp/class.c
gcc/cp/init.c
gcc/cp/typeck.c
gcc/testsuite/g++.old-deja/g++.pt/ptrmem1.C [new file with mode: 0644]