Files
clang-p2996/libcxx/test/support/allocators.h
Stephan T. Lavavej 2ca101f4b0 [libc++][test] Fix MaybePOCCAAllocator to finally meet the allocator requirements (#74960)
Found while running libc++'s test suite with MSVC's STL.

After @CaseyCarter's [LLVM-D118279](https://reviews.llvm.org/D118279)
c5ba46ea18
"\[libcxx\]\[test\] `MaybePOCCAAllocator` should meet the
*Cpp17Allocator* requirements" followed by @philnik777's
[LLVM-D68365](https://reviews.llvm.org/D68365)
98d3d5b5da
"\[libc++\] Implement [P1004R2](https://wg21.link/P1004R2) (`constexpr
std::vector`)", one more change is necessary.

MSVC's `constexpr vector` implementation noticed this because we always
rebind allocators.
2023-12-10 05:19:55 -08:00

6.7 KiB