Hacker News new | ask | show | jobs
by unfamiliar 4155 days ago
Care to elaborate? I don't see how it does.
1 comments

Yes, in particular, iterator invalidation (problem 2 in that list) seems unsolvable in C++, as far as I can see.

I've hit iterator invalidation in a new c++11 codebase. Perhaps c++14 offers something to help it that I'm not aware of?

edit: "unsolvable" in the sense of the language making it impossible,

Yeah. It isn’t enforced, but it’s easier to mitigate.