This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21555] name lookup / friend function
- From: "lerdsuwa at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 May 2005 12:41:21 -0000
- Subject: [Bug c++/21555] name lookup / friend function
- References: <20050513193020.21555.sstrasser@systemhaus-gruppe.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-05-15 12:41 -------
Confirmed. I think the declaration
int swap(A&, A&);
should be accepted. Could be something wrong with the type computation
to select overloaded function.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-05-15 12:41:21
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21555