[Issue 8944] Loosing const from shared const type when unqualifying in foreach over tuple
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Aug 18 23:17:34 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=8944
ag0aep6g <ag0aep6g at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |ag0aep6g at gmail.com
Resolution|--- |WORKSFORME
--- Comment #1 from ag0aep6g <ag0aep6g at gmail.com> ---
Works for me since DMD 2.065.
The assert doesn't fail anymore, and the second `TU` is `shared(const(void))*`
now.
--
More information about the Digitalmars-d-bugs
mailing list