-
Notifications
You must be signed in to change notification settings - Fork 967
Update assignment-operators.md #4955
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
Conversation
Clarify built-in behaviour for compound assignment.
Add mention of overloaded compound assignment operators
Fixes #4745
@TartanLlama : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
1 similar comment
@TartanLlama : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 7710118: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
#label:"aq-pr-triaged" |
update ms.date
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, Sy!
Learn Build status updates of commit 0f1e3fe: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
#sign-off |
Clarify built-in behaviour for compound assignment.
Add mention of overloaded compound assignment operators.
Correct default behaviour of implicitly-defined assignment operator.
Fixes #4745