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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jun 23 09:51:08 PDT 2016


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

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy at yahoo.com

--- Comment #4 from Steven Schveighoffer <schveiguy at yahoo.com> ---
(In reply to David Nadlinger from comment #3)
> Note that the CTOR-created instances (7FFF5C07F5B4 and so on) are never
> destructed.

I don't think this is really a sign of anything, since the compiler is free to
move around instances of the struct.

--


More information about the Digitalmars-d-bugs mailing list