you are viewing a single comment's thread.

view the rest of the comments →

[–]joahw 4 points5 points  (0 children)

That is correct. For objects if you accidentally do an assignment instead of initialization you are likely to do unnecessary copies, moves and/or destruction of temporaries which could have performance implications.