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
basic_json provides an allocator that is passed to the types used for deserialisation, but there is no way of specify an allocator to use for the object that is returned by to_bson, to_cbor, and so on. The adaptor for output is explicitly specialised on std::vector without providing a mechanism for specifying the allocator that std::vector uses.