[Issue 19936] Deprecated alias get this falsely triggers on appending to array
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jun 3 08:51:16 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19936
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
@FeepingCreature created dlang/dmd pull request #9953 "Fix issue 19936: `alias
deprecated get this` falsely triggers deprecation on `array ~=`" fixing this
issue:
- Fix issue 19936: don't attempt alias-this for the rhs of an opAppend overload
if no applicable overload was found in the lhs.
https://github.com/dlang/dmd/pull/9953
--
More information about the Digitalmars-d-bugs
mailing list