[Issue 16484] regression(2.064) Overloaded empty funcs trigger AssertError: "Called `get' on null Nullable"
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Oct 16 04:01:20 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16484
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |code at dawg.eu
--- Comment #6 from Martin Nowak <code at dawg.eu> ---
I think we still have a few weird orderings for the new function vs. template
overloads, and also within the existing template overloads.
Part of those are simply caused by the way the current ordering is implemented.
Discussing this is quite tricky and doesn't make sense for single examples.
If someone would want to spend the effort on a DIP to come up w/ a sound and
simpler partial ordering, that is implementable in a backward compatible way,
it would probably be a welcome effort.
Don't think it's an urgent topic though.
--
More information about the Digitalmars-d-bugs
mailing list