[Issue 14839] [REG2.068.0-b2] Class with static array of Array!T fails to compile

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 28 16:23:08 PDT 2015


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

--- Comment #3 from ag0aep6g at gmail.com ---
(In reply to Martin Nowak from comment #2)
> No, the problem is that the destructor of the class has wrong attributes
> inferred b/c the used TypeInfo_StaticArray.destroy has no attributes.

I didn't mean to say that the new destroy code is buggy, just that it triggers
the compiler bug.

That means, if the compiler bug can't be fixed in reasonable time for 2.068, we
could workaround it in destroy, or revert the destroy changes for the release.

--


More information about the Digitalmars-d-bugs mailing list