sorted_vector_types have move inserts
Summary: sorted_vector_types were missing move inserts that come with std::map in c++11. This prevents me from using move iterators in folly::merge use case. Test Plan: unit tests Reviewed By: delong.j@fb.com FB internal diff: D1223426
Showing
Please register or sign in to comment