September 01, 2015
https://issues.dlang.org/show_bug.cgi?id=9704

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=14903

--
September 08, 2022
https://issues.dlang.org/show_bug.cgi?id=9704

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #6 from RazvanN <razvan.nitu1305@gmail.com> ---
Running the code in in comment 2 yields:

A:this(this)
A:~this
A:~this
object.Exception@test.d(10)


So we can see that both the temporary and `a` are destroyed.

This seems to be fixed.

--