CppTypeInfo

Access C++ std::type_info's virtual functions from D, being careful to not require linking with libstd++ or interfere with core.stdcpp.typeinfo. So, give it a different name.

version(Posix)
interface CppTypeInfo {}
Suggestion Box / Bug Report