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
Allocator can be not copyable, so it's better to consume it in
constructor. It is needed because we are going to use non-copyable
allocator for `Buffer` by default.
Part of #110
0 commit comments