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

2005-09-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 01:03 --- Fixed in 4.1.0. -- What|Removed |Added Status|NEW

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

2005-05-15 Thread lerdsuwa 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