[Bug c++/50471] Qualified lookup fails to find template function

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Sep 21 07:14:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50471

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-09-21 06:18:32 UTC ---
    NS::f(t);
Binds at the point at definition because it is qualified.
    f(t);
Does not bind and then does argument dependent lookup (ADL) at instantiation
time.



More information about the Gcc-bugs mailing list