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

In addition to what other people have said, the move semantics introduced in C++11 made a lot of the benefit of CoW moot: the point of CoW is to have a cheap copy operation, but most of those cheap copy operations can be replaced by even cheaper moves, often automatically by the compiler.


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

Search: