[Issue 21073] Rebindable does not work when class has alias this to inout property
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Nov 12 08:54:24 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21073
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #13291 "Fix Issue 21073 - Rebindable does not work when
class has alias this to inout property" was merged into stable:
- a7ce6929f6708debfae3e3854bed5f1c02cdf1a0 by Boris Carvajal:
Fix Issue 21073 - Rebindable does not work when class has alias this to inout
property
The cast expression was trying an 'alias this' but without error gagging.
https://github.com/dlang/dmd/pull/13291
--
More information about the Digitalmars-d-bugs
mailing list