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
This is a follow up to #502 which implemented a quick fix. Ideally the CollectionReadBuffers are refactored to a (move-only) type that clearly indicates the ownership of the contained buffers. Something like a unique_ptr with a custom (type-erased) deleter should work in this case, since we can populate the deleters at generation time.
The text was updated successfully, but these errors were encountered:
This is a follow up to #502 which implemented a quick fix. Ideally the CollectionReadBuffers are refactored to a (move-only) type that clearly indicates the ownership of the contained buffers. Something like a
unique_ptr
with a custom (type-erased) deleter should work in this case, since we can populate the deleters at generation time.The text was updated successfully, but these errors were encountered: