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
Default implementations of move semantics are not suitable because
buffer owns resources - let's implement proper ones. Note that the move
cannot be implemented as a swap here because allocator, that is stored
in the buffer, shouldn't be used after it is moved.
Part of #110
0 commit comments