[BUG] friend and this for commutative operators
#654
Closed
JohelEGP
started this conversation in
Suggestions
Replies: 3 comments 2 replies
It seems like this implied a hidden friend, |
1 reply
If a non-first parameter |
0 replies
|
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Title:
friendandthisfor commutativeoperators.Description:
This is a first write of an
operator*in Cpp2:The signatures are unfortunately too dissimilar and far apart.
We could remediate:
Not only is this more verbose,
we've moved them away from similar
operators,operators which still share the dissimilarity.I think this is the ideal:
All reactions