[Issue 17897] Incorrect number of destructor calls in example
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Oct 26 13:57:01 UTC 2017
https://issues.dlang.org/show_bug.cgi?id=17897
Temtaime <temtaime at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |temtaime at gmail.com
--- Comment #10 from Temtaime <temtaime at gmail.com> ---
After fixing https://issues.dlang.org/show_bug.cgi?id=17246 this outputs:
Bar.this(int): 14FB84
fun: 14FB20
Bar.~this(): 14FB20
Object gets moved without notification.
This should not behave this way
--
More information about the Digitalmars-d-bugs
mailing list