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

Conditionally enable the exception-throwing constructors #31

Merged
merged 3 commits into from
Nov 9, 2018

Conversation

easyaspi314
Copy link
Contributor

This allows MIO to be compiled with -fno-exceptions, as that is the only place where MIO uses them, and they are simply convenience wrappers.

This allows MIO to be compiled with -fno-exceptions, as that is the
only place where MIO uses them.
@vimpunk
Copy link
Owner

vimpunk commented Nov 9, 2018

Looks good to me! Could you please also update the readme to include an explanation for this feature?

@easyaspi314
Copy link
Contributor Author

Done.

@vimpunk
Copy link
Owner

vimpunk commented Nov 9, 2018

@easyaspi314 Awesome! Thank you so much!

@vimpunk vimpunk merged commit 321bb4d into vimpunk:master Nov 9, 2018
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 this pull request may close these issues.

None yet

2 participants