Implement uniform container erasure for FBVector and small_vector (#1089)
Summary: - Implement `erase` and `erase_if` for both `FBVector` and `small_vector`. - This matches the APIs as in the C++20 Library Fundamentals v2. Pull Request resolved: https://github.com/facebook/folly/pull/1089 Reviewed By: Orvid Differential Revision: D15112753 Pulled By: yfeldblum fbshipit-source-id: dc93c600fa8e7e8a7ed42d6a6e07439d4fa51204
Showing
Please register or sign in to comment