[Issue 14838] [REG 2.066] Wrong attribute inference for auto-generated class destructor with static array of non-POD type
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jul 29 03:03:48 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14838
--- Comment #3 from Martin Nowak <code at dawg.eu> ---
The problem is the TypeInfo.destroy call in buildDtor [¹].
We need to replace it with an attribute correct replacement.
[¹]:
https://github.com/D-Programming-Language/dmd/blob/3b82f08badcafc7cf373be2182f4b3f5eb5db3b9/src/clone.c#L931
--
More information about the Digitalmars-d-bugs
mailing list