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

demangle class names to use as metatable names #48

Open
starius opened this issue Aug 21, 2016 · 0 comments
Open

demangle class names to use as metatable names #48

starius opened this issue Aug 21, 2016 · 0 comments

Comments

@starius
Copy link
Member

starius commented Aug 21, 2016

#include <cxxabi.h>
abi::__cxa_demangle(typeid(...))

It requires new C++ standard. We can demangle only if the compiler enables new C++ standard and fallback to existing names otherwise.

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