Files
clang-p2996/libcxx/test/std/containers/sequences/vector
Casey Carter 886e92c1ab [libc++][test] Silence allocator conversion warnings
... by accepting `std::size_t` instead of `int` in `allocate` and `deallocate` functions.

Drive-by: To conform to the allocator requirements, the `Allocator` types in these tests need to have (1) converting constructors and (2) cross-specialization `==` that returns `true` at least for copies of the same allocator.

Differential Revision: https://reviews.llvm.org/D141334
2023-01-10 11:21:11 -08:00
..