[Issue 20082] Struct with extern destructor that's never called causes link error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 25 17:01:19 UTC 2019


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

--- Comment #2 from Manu <turkeyman at gmail.com> ---
I suspected the TypeInfo, but shouldn't that only contain destructor for
classes?
In my case, the struct is extern(C++) too, which means the D TypeInfo shouldn't
even exist?

--


More information about the Digitalmars-d-bugs mailing list