class.c (instantiate_type): Handle pointer-to-members where the member is a template.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 7 Jun 1998 14:52:11 +0000 (14:52 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 7 Jun 1998 14:52:11 +0000 (14:52 +0000)
* 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: r20283

gcc/cp/ChangeLog

index 8d9031a4f8a194a57ff7df2c7eacccbbfe8d89ff..57ec88a2a4caf3a1e47f223b44b261c7f6bdd78a 100644 (file)
@@ -1,3 +1,10 @@
+1998-06-07  Mark Mitchell  <mark@markmitchell.com>
+
+       * 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.
+
 1998-06-07  Richard Henderson  <rth@cygnus.com>
 
        * lex.c (lang_init_options): New function.