This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50033] Failing ADL for template-id function call
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 09 Aug 2011 19:51:15 +0000
- Subject: [Bug c++/50033] Failing ADL for template-id function call
- Auto-submitted: auto-generated
- References: <bug-50033-4@http.gcc.gnu.org/bugzilla/>
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.