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++/50033] Failing ADL for template-id function call


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-08-09 19:51:15 UTC ---
ADL does not work this way.  It only works when it is just a name and not a
template-id.


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