[Issue 21035] wrong code when uses struct's methods of .init value

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 21 16:00:11 UTC 2020


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

--- Comment #3 from Stefan Koch <uplink.coder at gmail.com> ---
What happens is that a `memcpy` fails which seems to be done executing `data[0
.. str.length] = str` 
why that happens is still under investigation

--


More information about the Digitalmars-d-bugs mailing list