llvm-project
3a3517c5 - [libc++] Improve the tests for vector::erase (#116265)

Commit
320 days ago
[libc++] Improve the tests for vector::erase (#116265) In particular, test everything with both a normal and a min_allocator, add tests for a few corner cases and add tests with types that are trivially relocatable. Also add tests that count the number of assignments performed by vector::erase, since that is mandated by the Standard. This patch is a preparation for optimizing vector::erase.
Author
Parents
Loading