diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 1998-06-11 20:11:54 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 1998-06-11 20:11:54 +0000 |
commit | 67fe9f06fa8fa6fc46228b42dc260ea8ac12fcd2 (patch) | |
tree | d5aae1ed6dc7e8b4c47ebdbe7d408c36b2042c4d | |
parent | fb95c8c95682269873f39994ce5c703c935f019f (diff) | |
download | gcc-67fe9f06fa8fa6fc46228b42dc260ea8ac12fcd2.zip gcc-67fe9f06fa8fa6fc46228b42dc260ea8ac12fcd2.tar.gz gcc-67fe9f06fa8fa6fc46228b42dc260ea8ac12fcd2.tar.bz2 |
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
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f37a3e4..d02ae09 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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. |