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
My codebase is compiled using f-no-exceptions. Regrettably, that does not work well with the use of exceptions in CImg.
Are there any recommended practices or experiences for compiling CImg.h with exceptions disabled?
I imagine some macro replacements could work provided that exceptions do not occur in the normal control flow and are really just used for error handling.
The text was updated successfully, but these errors were encountered:
martinlicht
changed the title
How to ensure compilation and functionality with -fno-exceptions
How to ensure compilation and functionality with -fno-exceptions?
Apr 8, 2023
My codebase is compiled using
f-no-exceptions
. Regrettably, that does not work well with the use of exceptions in CImg.Are there any recommended practices or experiences for compiling CImg.h with exceptions disabled?
I imagine some macro replacements could work provided that exceptions do not occur in the normal control flow and are really just used for error handling.
The text was updated successfully, but these errors were encountered: