Support unique_ptr instances with custom deleters in to_shared_ptr
Summary: [Folly] Support `unique_ptr` instances with custom deleters in `to_shared_ptr`. We now support `unique_ptr<T, D>` rather than just `unique_ptr<T>`. Reviewed By: @lbrandy Differential Revision: D2438217
Showing
Please register or sign in to comment