https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61143
François Dumont <fdumont at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |fdumont at gcc dot gnu.org --- Comment #10 from François Dumont <fdumont at gcc dot gnu.org> --- My plan is to leave the unordered container in a usable state without any allocation thanks to an additional bucket, not allocated, in the container. So after move the container will have a bucket count of 1 and I will be able to remove all tests on it being 0. Drawback is that sizeof container will increase from one pointer. I should be able to propose a patch tomorrow.