[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:36:17 PDT 2015


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

--- Comment #4 from Martin Nowak <code at dawg.eu> ---
The bug also exists for struct dtors.

struct Array(T) { ~this() {} }
struct Test { Array!int[1] array; }

--


More information about the Digitalmars-d-bugs mailing list