Using C++ Classes From D: dmd cannot link, while ldc segfault
Richard (Rikki) Andrew Cattermole
richard at cattermole.co.nz
Mon Jun 19 05:32:23 UTC 2023
This is just a guess, but I think the problem is the vtable is incomplete.
Because of this the offsets are wrong. So you wouldn't be calling push_back.
More information about the Digitalmars-d-learn
mailing list