[Issue 23556] Array append ignores copy constructor

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 16 19:47:17 UTC 2022


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

--- Comment #3 from Steven Schveighoffer <schveiguy at gmail.com> ---
Yes, the problem is the copying of the existing data.

I can think of a few ways to fix this, but they aren't pretty. We either have
to add more special members to TypeInfo, or change the hook so it can explain
to the runtime how to call the copy constructor.

--


More information about the Digitalmars-d-bugs mailing list