cl.exe
"yourDog = std::move(myDog);" ==> copied = "myDog = CDog(std::move(yourDog));" ==> copied copied =