[Issue 15589] extern(C++) virtual destructors are not put in vtbl[]

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15589 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/ab0a7bf76dbf0a02e826a1a9b54f9d813c7a114a fix issue 15589 - cleanup after PR #8277 fix mangling, add

[Issue 15589] extern(C++) virtual destructors are not put in vtbl[]

2018-06-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15589 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15589] extern(C++) virtual destructors are not put in vtbl[]

2018-06-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15589 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/41151beba9fdd3a649729f2fae1ef51fd71c725e Fix issue 15589 - extern(C++) virtual destructors are not put

[Issue 15589] extern(C++) virtual destructors are not put in vtbl[]

2016-01-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15589 --- Comment #3 from Manu --- I'm noticing a problem with constructors. Is this related? 'extern(C++) this() {}' doesn't seem to emit a C++ constructor, it emit's a call to Class::__ctor, which isn't what C++ calls constructors.

[Issue 15589] extern(C++) virtual destructors are not put in vtbl[]

2016-01-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15589 Manu changed: What|Removed |Added CC||turkey...@gmail.com --- Comment

[Issue 15589] extern(C++) virtual destructors are not put in vtbl[]

2016-01-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15589 ZombineDev changed: What|Removed |Added CC|