This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/35631] operator overloads defined as a friend within a class are not always correctly resolved
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Mar 2008 02:57:05 -0000
- Subject: [Bug c++/35631] operator overloads defined as a friend within a class are not always correctly resolved
- References: <bug-35631-4032@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2008-03-19 02:57 -------
No, 4.1,4.2, and 4.3 are correct.
Read http://gcc.gnu.org/gcc-4.1/changes.html, the "ARM-style name-injection of
friend declarations is no longer the default. " section.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35631