Skip to content

C++23: static operator() #289

Open
Open
@bernhardmgruber

Description

@bernhardmgruber

Since C++23, call operators can be declared static, which may lead to better generated code. Also, a lambda's operator() will also be declared static if it does not capture anything.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions