https://issues.dlang.org/show_bug.cgi?id=21690
--- Comment #13 from Basile-z <[email protected]> --- (In reply to thomas.bockman from comment #10) > However, it seems a little too unpredictable and limited to be worth > implementing in the compiler itself, given that kinke mentioned earlier that > two instances of the same class may still end up pointing to different > vtable addresses if they were instantiated on different sides of the > language barrier: > > (kinke from comment #1) > > But then again, when we are confronted with some C++ class ref, we have no > > idea > > whether it was instantiated on the D side or C++ side and so which vtable > > its > > vptr points to. Major problem indeed. --
