On Wed, 2 Sep 2020 at 17:16, Andrei Golubev <[email protected]> wrote: > > With this setup, one might be tempted to optimize erasure in the first > half of the container by shifting elements towards the end (rather than > from the end towards the beginning), as it would be cheaper. I guess > that's what's happening here? > > > Yes, this is what's happening now. But I am considering switching back to > std::vector::erase mode, there's a patch for that already. Let's see how it > goes.
After feature freeze? :) _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
