Closed giulianobelinassi closed 3 months ago
If clang is compiled without RTTY information then dynamic_cast will always fail. Change it to clang's own dyn_cast<> which should behave the same
dyn_cast<>
I have made the changes in pull request #90. Please review the changes at your convenience, and let me know if there are any further adjustments or improvements needed.
If clang is compiled without RTTY information then dynamic_cast will always fail. Change it to clang's own
dyn_cast<>
which should behave the same