https://issues.dlang.org/show_bug.cgi?id=23017
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Hardware|x86_64 |All Summary|Deriving C++ class from D |C++ class may not derive |one valid? |from D class OS|Linux |All --- Comment #1 from Dennis <[email protected]> --- It's indeed not valid: https://dlang.org/spec/cpp_interface.html#classes > Unlike classes and interfaces with D linkage, extern (C++) classes and > interfaces are not rooted in Object and cannot be used with typeid. --
