-betterC and extern(C++) classes

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Sun Sep 10 05:35:33 PDT 2017


On Sunday, 10 September 2017 at 09:31:55 UTC, Walter Bright wrote:
> Yes, we do want to move towards "Better C++" working in an 
> analogous manner, and that means removing the typeinfo 
> dependency.

TypeInfo is cheap and useful with classes.

You shouldn't be removing it, just stripping it to the minimum 
needed so the rest is opt in.


More information about the Digitalmars-d mailing list