[Issue 18890] New: extern(C++) mangles all destructors the same
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon May 21 03:49:14 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=18890
          Issue ID: 18890
           Summary: extern(C++) mangles all destructors the same
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: turkeyman at gmail.com
When a class has __dtor and __xdtor, only __xdtor should be mangled
extern(C++). Currently all DtorDeclaration's are mangled the same, which is
bad.
--
    
    
More information about the Digitalmars-d-bugs
mailing list