Skip to content

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

@jyrkialakuijala

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

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