[Issue 15247] Object's destructor should be pure @safe nothrow @nogc
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Mon Oct 26 06:04:38 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15247
--- Comment #2 from Andrei Alexandrescu <andrei at erdani.com> ---
(In reply to Sobirari Muhomori from comment #1)
> What should happen to impure destructors?
They just are introduced as impure and work (because they may call pure
destructors).
--
    
    
More information about the Digitalmars-d-bugs
mailing list