On Saturday, 16 May 2015 at 08:53:00 UTC, Jonathan M Davis wrote:
But regardless, I don't see how the C++ class having a base class in C++ would really matter when interfacing with D if the class is a value type.

Currently D frontend can't use such idiom: it has classes, which support inheritance, but are reference types, it also has structs, which don't support inheritance and are value types, and they don't mix.

Reply via email to