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

Support for -fno-exception #60

Closed
okhowang opened this issue Apr 7, 2020 · 1 comment · Fixed by #61
Closed

Support for -fno-exception #60

okhowang opened this issue Apr 7, 2020 · 1 comment · Fixed by #61
Assignees
Milestone

Comments

@okhowang
Copy link
Contributor

okhowang commented Apr 7, 2020

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

@gulrak
Copy link
Owner

gulrak commented Apr 7, 2020

This somehow relates to #43, where I suggested a switchable solution, I'll look into your changes later this day.

@gulrak gulrak self-assigned this Apr 7, 2020
@gulrak gulrak closed this as completed in #61 Apr 7, 2020
gulrak added a commit that referenced this issue Apr 7, 2020
fixes #60, refs #43, support for usage in projects with exceptions disabled
@gulrak gulrak added this to the v1.3.4 milestone Apr 8, 2020
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

Successfully merging a pull request may close this issue.

2 participants