bxzstr icon indicating copy to clipboard operation
bxzstr copied to clipboard

Support for no exceptions?

Open oleorhagen opened this issue 2 years ago • 2 comments

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?

oleorhagen avatar Nov 23 '22 15:11 oleorhagen

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.

tmaklin avatar Nov 24 '22 10:11 tmaklin

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:

oleorhagen avatar Nov 24 '22 10:11 oleorhagen