Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTTI is unavailable in C++ #237

Closed
thrimbor opened this issue Nov 28, 2019 · 0 comments · Fixed by #391
Closed

RTTI is unavailable in C++ #237

thrimbor opened this issue Nov 28, 2019 · 0 comments · Fixed by #391

Comments

@thrimbor
Copy link
Member

It is currently not possible to use run-time type information in nxdk, which is why it was disabled in #219. Trying to enable RTTI will cause unresolved references to type_info's vftable as soon as virtual functions are used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant