On Friday, 16 February 2018 at 00:42:02 UTC, Timothee Cour wrote:
is there a way to get typeid of extern(C++) classes (eg for ones in
dmd/astbase.d but not limited to that) ?

as a workaround, could the compiler insert (eg, depending on a version(insert_typeid)) a virtual method in each extern(C++) class eg:
`const(char)* __typeid()` ?

Reply via email to