[Issue 14078] Call DTor for stack allocated objects

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jan 30 05:26:54 PST 2015


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

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |schveiguy at yahoo.com
         Resolution|---                         |INVALID

--- Comment #8 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Ketmar is right. It's not possible. The compiler is not responsible for knowing
things at runtime.

Please use scoped, or suggest enhancements that would improve implementation.

--


More information about the Digitalmars-d-bugs mailing list