abseil-cpp
abseil-cpp copied to clipboard
[Bug]: absl::erase_if for InlinedVector
Describe the issue
I can't seem to find absl::erase_if
for InlinedVector
. Is there a technical reason this doesn't exist?
Steps to reproduce the problem
absl::erase_if(container, predicate);
What version of Abseil are you using?
1b976982d8cdbfd8320f34209b065bae7adefb09
What operating system and version are you using?
Ubuntu 22.04
What compiler and version are you using?
clang version 15.0.4 Target: x86_64-unknown-linux-gnu
What build system are you using?
bazel 5.4.0
Additional context
No response
We have an internal bug (http://b/197332223) for better absl::erase_if
support. We are working on something for this.