[Issue 19569] overload resolution not right?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 12 08:03:23 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=19569

--- Comment #16 from Manu <turkeyman at gmail.com> ---
Oh wow... interesting.
I think I have broken code floating around :/

So, is the issue here that it's possible to emit 2 functions that have
ambiguous distinction, but no compile error?
If a nothrow function can call either one, then it probably shouldn't just pick
one, but rather emit an ambiguous call error instead?

--


More information about the Digitalmars-d-bugs mailing list