Skip to content

Constructors should throw on fail #21

Description

@Samuel-Tyler

Currently fast_ber does not throw exceptions. Most functions are labelled noexcept.

However, the only way for constructors to report errors is to throw an exception. Utility should be added such that constructors which may fail throw an error.

Default constructors should not throw.

Any existing functionality that returns an error code should not be affected.

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