[Issue 11952] struct field initialization with postblit causes un-needed destruction
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun May 4 17:22:15 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=11952
briancschott at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |briancschott at gmail.com
--- Comment #2 from briancschott at gmail.com ---
With dmd v2.065 I get this output:
A.this()
Start
A.this(this)
Here
A.this(this)
There
A.~this()
End
A.~this()
A.~this()
I think this is what is expected, correct?
--
More information about the Digitalmars-d-bugs
mailing list