We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. my project is compiled with -fno-exception. and throw is forbidden with -fno-exception
-fno-exception
throw
Describe the solution you'd like maybe we can make a macro protect
The text was updated successfully, but these errors were encountered:
This somehow relates to #43, where I suggested a switchable solution, I'll look into your changes later this day.
Sorry, something went wrong.
Merge pull request #61 from okhowang/no-exception
2ad75e1
fixes #60, refs #43, support for usage in projects with exceptions disabled
gulrak
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
my project is compiled with
-fno-exception
.and
throw
is forbidden with-fno-exception
Describe the solution you'd like
maybe we can make a macro protect
The text was updated successfully, but these errors were encountered: