On Mon, Sep 29, 2014 at 7:25 PM, Ovanes Markarian <om_boost@keywallet.com> wrote:
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...