Destructor/Finalizer Guarantees
    Dicebot via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Tue Nov 11 15:11:24 PST 2014
    
    
  
As for guarantees for class destructors - you have hard 
guarantees that if memory is reclaimed, destructor was called 
before. But no guarantees memory will actually be reclaimed.
    
    
More information about the Digitalmars-d-learn
mailing list