Hacker News new | ask | show | jobs
by Spex_guy 1650 days ago
Yes, move semantics were added because the language was considered incomplete without them. In particular, because RAII based resources like std::vector could not be relocated without very expensive value copy operations.