Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operator overload #2761

Open
HerrCai0907 opened this issue Oct 8, 2023 · 1 comment · May be fixed by #2762
Open

Operator overload #2761

HerrCai0907 opened this issue Oct 8, 2023 · 1 comment · May be fixed by #2762

Comments

@HerrCai0907
Copy link
Member

HerrCai0907 commented Oct 8, 2023

new A() == new B() and new B() == new A() will call different operator overload functions if both A and B have overload function declarations.

It needs more clear rules to handle it.
In my opinion there are two solutions:

  1. Diagnose when confused overload resolution.
  2. Define priorities and do overload resolution according to priorities.
@CountBleck
Copy link
Member

Number one seems more plausible, since a cast would fix it.

@HerrCai0907 HerrCai0907 linked a pull request Oct 8, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants