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++/16070] print something useful instead of <unresolved overloaded function type>


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16070

--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I suppose we could potentially have a special case for:

16070.cc:9:13: note:   couldn't deduce template parameter 'T'

It could say:

16070.cc:9:13: note:   couldn't deduce template parameter 'T' from an
overloaded function, because all overloads are equally good.

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