Skip to content

Support return error code #16

Open
@lgarithm

Description

@lgarithm

The operator() member functions are specified as two overloads, with and without an argument of type error_code&:

R f(A1 a1, A2 a2, ..., AN aN, error_code& ec);
R f(A1 a1, A2 a2, ..., AN aN);

The first one should not throw except, the second one should call the first by passing args through.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions