You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generally prefer C++ code that implements exception handling but I'm open to supporting turning them off. I'll have a look at what changes this would require.
I generally prefer C++ code that implements exception handling but I'm open to supporting turning them off. I'll have a look at what changes this would require.
Great - thank you!
I too prefer it, but some platforms simply do not handle exceptions, so we have to turn them off in order to use our code 😸
Hi 👋
When I try to compile this with exceptions turned off
-fno-exceptions
then it errors.Is this an explicit decision, or could there be an option for having no exception support?
The text was updated successfully, but these errors were encountered: