This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/21555] name lookup / friend function


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]