folly: small_vector: emplace_back for iterator constructor (compat with std::vector)
Summary: This works: std::vector<T*> v; std::vector<std::unique_ptr<T>> uv(v.begin(), v.end()) Make it work for small_vector as well. Reviewed By: @ot, @Gownta Differential Revision: D2426919
Showing
Please register or sign in to comment