Talk:cpp/container/unordered map
From cppreference.com
[edit] Iterator invalidation
I already made mention in std::unordered_map::insert about Iterator invalidation being incorrect compared to the standard, but it looks like it is more wide spread for std::unordered_map. --ReDucTor (talk) 18:53, 11 January 2016 (PST)
- This was an incorrect thanks to T. Canens for pointing out [unord.req]/9, 14-15. --ReDucTor (talk) 14:47, 12 January 2016 (PST)