The series continue.
Should I pay attention to the warning that I’m std::move‘ing from a trivial type? Part 2
by Raymond Chen
From the article:
Last time, we looked at motivations for std::move‘ing from a trivial type. Our investigation looked at the problem through the eyes of the object moved from, but there’s another way to look at the problem, and that’s from the point of view of the object being moved to...
Add a Comment
Comments are closed.