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
mempool: implement move semantics for MempoolInstance
Currently it uses default implementations that does not set pointers of
moved objects to `NULL` and they are still by moved object. Let's
manually implement move semantics because we will need to move
MempoolInstance as a part of `tnt::Buffer` later.
Part of #110
0 commit comments