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

RazvanN <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WORKSFORME

--- Comment #1 from RazvanN <[email protected]> ---
I cannot reproduce this for neither postblit, nor copy constructor. When I
compile the initial test case with latest master, I get:

fromMutable.val: 102
postblit: 2, dtor: 2
fromConst.val: 102
postblit: 4, dtor: 4

Which is the correct behavior.

--

Reply via email to