http://d.puremagic.com/issues/show_bug.cgi?id=9335


yebblies <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
          Component|DMD                         |druntime


--- Comment #4 from yebblies <[email protected]> 2013-06-28 22:43:04 EST ---
This is a druntime problem.  The destructor should be called for each element
in the array when it is collected by the GC.

There is no need to call the destructor or postblit when moving the stack
allocated structs to the heap, it is legal to move them with memcpy.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to