Skip to content

C++ interop: Operator rewrites #6170

@bricknerb

Description

@bricknerb

In C++20, calling comparison operators can fallback to using the spaceship operator and calling not-equal operator can fallback to calling equal.
This requires doing the lookup and overload resolution, and if a rewrite is necessary, add the rewrite logic.

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