friend.c (do_friend): Add support for nested classes using member functions of the...
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 11 Jun 1998 20:11:54 +0000 (20:11 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 11 Jun 1998 20:11:54 +0000 (20:11 +0000)

* friend.c (do_friend): Add support for nested classes using
  member functions of the enclosing class as friends.
egcs bug

From-SVN: r20432

gcc/cp/ChangeLog

index f37a3e4..d02ae09 100644 (file)
@@ -1,3 +1,8 @@
+1998-06-11  Benjamin Kosnik  <bkoz@elmo.cygnus.com>
+
+       * friend.c (do_friend): Add support for nested classes using
+       member functions of the enclosing class as friends.
+
 1998-06-10  Mark Mitchell  <mark@markmitchell.com>
 
        * call.c (convert_default_arg): Make global, not static.