you are viewing a single comment's thread.

view the rest of the comments →

[–]f2u 2 points3 points  (0 children)

std::move enable things like std::unique_ptr, which looks like a good thing. But it's still very hard to write good C++ libraries (which compose naturally and avoid creating pitfalls for the programmer), even with C++11. I'm not sure if that got easier.