From 67fe9f06fa8fa6fc46228b42dc260ea8ac12fcd2 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Thu, 11 Jun 1998 20:11:54 +0000 Subject: [PATCH] friend.c (do_friend): Add support for nested classes using member functions of the enclosing class as... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * 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 | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.30.2