Skip to content

would be nice to be able to compile with "-fno-exceptions" #240

Description

@jyrkialakuijala

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

  1. Isolation wrappers on either the other codebase or NumCpp, but it seems a lot of work.

  2. 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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions