https://issues.dlang.org/show_bug.cgi?id=19569
--- Comment #16 from Manu <[email protected]> --- 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? --
