[Bug c++/36883] Overeager ADL again

2011-05-20 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36883 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/36883] Overeager ADL again

2009-03-03 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2009-03-03 20:58 --- I agree this is a bug: [temp.dep.candidate] says For the part of the lookup using unqualified name lookup (3.4.1), only function declarations with external linkage from the template definition context are found. EDG

[Bug c++/36883] Overeager ADL again

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-08-17 00:16 --- I think the issue is we don't disquish between an empty overloaded set and one that needs to be looked up later. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36883