[Issue 16086] Imported function name shadows alias this member
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Sep 11 21:14:16 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16086
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P1 |P2
Severity|regression |normal
--- Comment #2 from Martin Nowak <code at dawg.eu> ---
This issue is not a result of the lookup change, but happens because tail was
newly added to std.range in 2.071.x.
Alias this and opDispatch was and still is resolved after an exhaustive search.
Might be worthwhile to think about performing alias this resolution before
searching imported modules, to avoid such breakage due to upstream library
changes.
--
More information about the Digitalmars-d-bugs
mailing list