[libcxx-commits] [libcxx] [libc++][test] Fix increasing_allocator to meet `Cpp17Allocator` requirements (PR #115671)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 11 06:33:01 PST 2024
================
@@ -55,7 +55,7 @@ struct increasing_allocator {
min_elements += 1000;
----------------
ldionne wrote:
Can we factor out the code into a single location?
https://github.com/llvm/llvm-project/pull/115671
More information about the libcxx-commits
mailing list