Use after move in function call
When exactly does an object cast with std::move
d get moved?
For instance, does the following code constitute use after move?
Use after move in function call
When exactly does an object cast with std::move
d get moved?
For instance, does the following code constitute use after move?