[Issue 16197] Constructors/postblits and destructors don't match up for array initialisation

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jun 24 02:04:00 PDT 2016


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

--- Comment #8 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
(In reply to David Nadlinger from comment #5)
> I'm not sure how to reconcile the number of ctor/postblit calls with the
> number of dtor calls, though.

ctor+postblit=dtor indeed, the original test case correctly tracks dtors by
printing value assigned to the x field.

--


More information about the Digitalmars-d-bugs mailing list