https://forum.dlang.org/post/mailman.1040.1637987151.11670.digitalmars-d-annou...@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 ?

Reply via email to