From: Benjamin Kosnik Date: Thu, 11 Jun 1998 20:11:54 +0000 (+0000) Subject: friend.c (do_friend): Add support for nested classes using member functions of the... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67fe9f06fa8fa6fc46228b42dc260ea8ac12fcd2;p=gcc.git friend.c (do_friend): Add support for nested classes using member functions of the enclosing class as... � * friend.c (do_friend): Add support for nested classes using member functions of the enclosing class as friends. egcs bug From-SVN: r20432 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f37a3e48189..d02ae09805a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +1998-06-11 Benjamin Kosnik + + * friend.c (do_friend): Add support for nested classes using + member functions of the enclosing class as friends. + 1998-06-10 Mark Mitchell * call.c (convert_default_arg): Make global, not static.