Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Couldn't you still use move semantics without std::move?

That's correct, std::move is just syntactic sugar to cast objects to revalue references, i.e., the sort of object that is expected to be moved around.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: