You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are required to preserve all already inserted elements whenever possible.
Currently we would rewind everything that happened during one of operations on uninitialized memory.
This allowed to handle keeping track of size changes separately.
However, this is both error prone and also not possible with the basic exception guarantees.
0 commit comments