how to get typeid of extern(C++) classes?

Meta jared771 at gmail.com
Sat Feb 17 00:23:01 UTC 2018


On Friday, 16 February 2018 at 00:42:02 UTC, Timothee Cour wrote:
> C++ exposes it via typeid so in theory all the info is there ;

It's been awhile since I've written any C++ code, but as I 
remember it, this type of type info is not available unless you 
enable it with a (C++) compiler switch.


More information about the Digitalmars-d mailing list