This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/29615] Class can't be friend of itself?
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 05 Jan 2012 05:43:22 +0000
- Subject: [Bug c++/29615] Class can't be friend of itself?
- Auto-submitted: auto-generated
- References: <bug-29615-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29615
--- Comment #8 from Jason Merrill <jason at gcc dot gnu.org> 2012-01-05 05:43:22 UTC ---
The submitter said that he expected a warning, and it seems correct to me. It
would probably be good to have a general mechanism for disabling individual
warnings by code number, but apart from that I don't see any need to be able to
disable this one.