[Issue 1192] broken overridden-function parameter list matching

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 26 21:05:44 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1192





------- Comment #3 from ddparnell at bigpond.com  2007-04-26 23:05 -------
The compiler is not *suggesting* anything. It is *telling* you that the library
has two functions that BOTH could be used by your call signature, given D's
integer promotion rules, and that it doesn't know which one of those two you'd
like to actually call. The compiler is really asking for your help and not
suggesting anything at all.


-- 



More information about the Digitalmars-d-bugs mailing list