[Bug c++/50033] Failing ADL for template-id function call
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50033 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|
[Bug c++/50033] Failing ADL for template-id function call
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50033 --- Comment #2 from Jonathan Wakely 2011-08-09 20:59:33 UTC --- G++ is correct, and EDG and Clang agree
[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 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.