This Week in D: Issue #4
    ketmar via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Tue Feb  3 00:31:40 PST 2015
    
    
  
On Tue, 03 Feb 2015 05:53:26 +0000, Jeremy DeHaan wrote:
> I've never liked the phrasing about destructors. Yes, they are not
> guaranteed to run, but isn't that only during run time? They are going
> to be called at the application exit to ensure everything is cleaned up.
nope, it's not guaranteed too. runtime is free to just kill itself 
without running any destructors.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-announce/attachments/20150203/f5eb1703/attachment.sig>
    
    
More information about the Digitalmars-d-announce
mailing list