Classes in D with betterC

Test123 test123 at gmail.com
Sun May 1 19:51:19 UTC 2022


https://forum.dlang.org/post/mailman.1040.1637987151.11670.digitalmars-d-announce@puremagic.com

On Friday, 26 November 2021 at 16:01:40 UTC, Luís Ferreira wrote:
> The dynamic cast is perfectly doable too, you just need to 
> implement your own typeinfo, and it is not that hard and 
> unusual. A clear example of that is LLVM. They use their own 
> implementation of TypeInfo, see 
> [here](https://llvm.org/docs/HowToSetUpLLVMStyleRTTI.html).
>


Is there any example how to use betterC with LLVM Style RTTI ?


More information about the Digitalmars-d-announce mailing list