[Issue 6187] compiler could use move semantics for appending temporaries to an array

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Dec 10 06:46:19 PST 2015


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

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Steven Schveighoffer <schveiguy at yahoo.com> ---
I think this can be closed. The temporary is no longer destructed. The dtor is
called actually by the GC.

I tested as far back as 2.067.1

--


More information about the Digitalmars-d-bugs mailing list