http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36883
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
--- 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
--- 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