-
Notifications
You must be signed in to change notification settings - Fork 378
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
ABI dependency #6
Comments
If you remove the
|
MihailJP
added a commit
to MihailJP/cmdline
that referenced
this issue
Jul 7, 2018
This fixes ABI dependency issue tanakh#6 Implements adishavit's suggestion posted on 1 Oct 2015 and fixes errors.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it really required to depend on
cxxabi.h
? Non-gcc projects hit the wall here. Removed the problematic code regarding typename demangling. Interested in a contribution? One could provide a conditional compilation for this code.The text was updated successfully, but these errors were encountered: