There is no '&&=' operator#454
Conversation
Closes #448
|
@simnalamburt : Thanks for your contribution! The author, @mikeblome, has been notified to review your proposed change. |
mikeblome
left a comment
There was a problem hiding this comment.
@simnalamburt looks good except the change to the remarks. There is a move assignment operation, which occurs when the = operator is applied to an rvalue reference. Let's leave that paragraph as-is.
colin-home
left a comment
There was a problem hiding this comment.
@simnalamburt @mikeblome The remarks change looks fine for this topic, which is about the built-in assignment operators. The copy assignment and move assignment operators are described in their own topics.
|
Move assignment operator is just one of possible overloading of simple assignment operator ( |
|
@corob-msft @mikeblome - Please add an appropriate comment to indicate what action the review team should take on this PR, such as |
Fix formatting issues and add links for copy assignment and move assignment.
|
@corob-msft : Thanks for your contribution! The author, @mikeblome, has been notified to review your proposed change. |
Fixed with links to relevant topics.
Closes #448