Usually a C++ class in D doesn’t have any type info available, i.e. calling “object.classinfo” will return null. But for some reason the C++ classes (declared in D) in DMD will return a non-null value when calling “object.classinfo”, why is that?
— /Jacob Carlborg _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
