https://issues.dlang.org/show_bug.cgi?id=21690
Basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Basile-z <[email protected]> --- Very hypothetically, let's say that if "super" calls are supported in C++ classes then this means that maybe the super virtual table is stored somewhere. If so then full dynamic casts would be possible. Someone needs to study a bit more the ABI of extern(C++) classes in D. Then maybe a dedicated dyncast() could be added to druntime. --
