[libcxx-commits] [libcxx] [libc++] Remove macros for keeping std::allocator members and void specialization after C++20 (PR #85806)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 19 14:29:33 PDT 2024


================
@@ -1,93 +0,0 @@
-//===----------------------------------------------------------------------===//
----------------
ldionne wrote:

I am a bit confused -- why are we removing this test? The name says `allocate.cxx2a.pass.cpp` but it seems that this test was running in all configurations and was our only test for `allocate(size_t, void const*)` in e.g. C++11. Did I miss something?

https://github.com/llvm/llvm-project/pull/85806


More information about the libcxx-commits mailing list