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++/16555] Diagnostic shows <unknown type> instead of <set of overloaded functions>


------- Additional Comments From igodard at pacbell dot net  2004-07-15 03:30 -------
Any reason not to show the list of candidates, as you do when it is the function rather than the argument that is overloaded? That would help the user IMO. Often it's quite hard to find all the overloads on e.g. library functions. I have frequently resorted to making a bogus call on a function just to get a list.

Ivan

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16555


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