[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:37:04 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14838
--- Comment #5 from Martin Nowak <code at dawg.eu> ---
And struct postblits.
struct Array(T) { this(this) @safe {} }
struct Test { Array!int[1] array; }
----
bug2.d(2): Error: safe function 'bug2.Test.__fieldPostblit' cannot call system
function 'object.TypeInfo_StaticArray.postblit'
----
--
More information about the Digitalmars-d-bugs
mailing list