[Issue 18088] wrong lifetime evaluation of pointers or this-pointers in a struct with @safe

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 16 19:25:51 UTC 2017


https://issues.dlang.org/show_bug.cgi?id=18088

--- Comment #3 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
still the same thing: delegate holds the hidden pointer to `this` (aka pointer
to struct), and struct can be moved.

--


More information about the Digitalmars-d-bugs mailing list