bxzstr
bxzstr copied to clipboard
Support for no exceptions?
Hi :wave:
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?
Hi!
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.
Hi!
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 :smile_cat: