29 Sep
2014
29 Sep
'14
5:47 p.m.
On Mon, Sep 29, 2014 at 7:25 PM, Ovanes Markarian
Can I safely erase data from the index view in a range based for loop. The index container contains only ordered indices (no random access).
Looks like it is undefined behaviour with std::containers at least. I assume with mi it'd be the same...