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

Add dynamic_cast support for MSVC-ABI based compilers. #64

Open
dascandy opened this issue Nov 25, 2016 · 2 comments
Open

Add dynamic_cast support for MSVC-ABI based compilers. #64

dascandy opened this issue Nov 25, 2016 · 2 comments

Comments

@dascandy
Copy link
Owner

GCC ABI compilers work, but MSVC is not implemented yet.

@dascandy
Copy link
Owner Author

When you add the test on MSVC (it's not in the project file right now) it just says "Access violation - no RTTI data!"...

@dascandy
Copy link
Owner Author

dascandy commented Nov 28, 2016

Typeinfo now works, dynamic_cast still in progress. It now seems to determine it not deriving from its interface class. MSVC's RTTI is orders of magnitude more complicated in set up than GCC/LLVM's.

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

No branches or pull requests

1 participant