[Issue 19119] App crashes with strange behavior of ctors/dtors from CPP

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 27 05:51:44 UTC 2018


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

--- Comment #4 from Manu <turkeyman at gmail.com> ---
It might be possible to make gcnew detect it's allocating a C++ class, and
allocate it wrapped in a thin D class for the classinfo, and forward the D
destructor to the C++ destructor...?

--


More information about the Digitalmars-d-bugs mailing list