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 f37a3e481895d70f3a6b637fc6c5a816914a8745..d02ae09805a1933ddde9cd8d87abadca1156a50c 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.