Is your feature request related to a problem? Please describe.
I'd like to use NumCpp with a codebase that does not use exceptions.
Describe the solution you'd like
I'd like the code to compile with -fno-exceptions, today boost logging will fail with that.
Describe alternatives you've considered
-
Isolation wrappers on either the other codebase or NumCpp, but it seems a lot of work.
-
Hacking up boost to not to use exceptions, but also slightly difficult since in my code base many other uses of boost (behind isolation wrappers).
Is your feature request related to a problem? Please describe.
I'd like to use NumCpp with a codebase that does not use exceptions.
Describe the solution you'd like
I'd like the code to compile with -fno-exceptions, today boost logging will fail with that.
Describe alternatives you've considered
Isolation wrappers on either the other codebase or NumCpp, but it seems a lot of work.
Hacking up boost to not to use exceptions, but also slightly difficult since in my code base many other uses of boost (behind isolation wrappers).