This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52212] friend declaration doesn't see previous friend of same function
- From: "daniel.kruegler at googlemail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 12 Feb 2012 17:18:38 +0000
- Subject: [Bug c++/52212] friend declaration doesn't see previous friend of same function
- Auto-submitted: auto-generated
- References: <bug-52212-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52212
--- Comment #7 from Daniel KrÃgler <daniel.kruegler at googlemail dot com> 2012-02-12 17:18:38 UTC ---
I'd say that comment 3 and comment 5 are equivalent. Jonathan additionally
provided a way to fix the code.