On Tuesday, 26 January 2016 at 12:59:35 UTC, Manu wrote:
Hmmm. I wonder if this will cause problems...
Is it impossible to support a C++ class implementing a D interface?

D interfaces are implicitly convertible to Object.

I kinda hoped that having a C++ class at the bottom of the stack would just be a detail once D classes are derived from it, but it seems that any class derived from a C++ base is placed into a separate world.

D classes are derived from Object class.

Reply via email to