[Issue 13182] extern(C++) classes cause crash when allocated on the stack with scope

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 23 00:49:23 PDT 2014


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

--- Comment #8 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/d2328d90739f205e176603519ffe8e65a60247ef
Fix Issue 13182 - extern(C++) classes cause crash when allocated on the stack
with scope

Destructors are not currently allowed on extern(C++) classes, so it should not
call delete at all.

https://github.com/D-Programming-Language/dmd/commit/f740f0da160ec7896472736c0d6418916ac6650a
Merge pull request #3797 from yebblies/cppscope

[DDMD] Issue 13182 - extern(C++) classes cause crash when allocated on the
stack with scope

--


More information about the Digitalmars-d-bugs mailing list