Skip to content

support conversion of the lambda with return to the noreturn function #6

@Denys88

Description

@Denys88

auto lambdaWithReturn = {return 5; };
std::function<void()> f = lambdaWithReturn;

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