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
Hello,
thanks for that excellent library!
Would it be possible that functions like runFromSource and runFromFile return an error code instead of throwing exceptions?
The text was updated successfully, but these errors were encountered:
Do you mean completely disabling exceptions via -fno-exceptions and therefore you need runFromSource & runFromFile to return an error code?
Or is compiling with exceptions OK and those functions would simply return an error code?
I am asking because there are a lot of places that throw an exception. If the code needs to be completely exception free, it would require a lot of refactoring.
Hello,
thanks for that excellent library!
Would it be possible that functions like
runFromSource
andrunFromFile
return an error code instead of throwing exceptions?The text was updated successfully, but these errors were encountered: