[libcxx-commits] [libcxx] [libc++] Remove _LIBCPP_HAS_SIZED_DEALLOCATION (PR #172285)

Nico Weber via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 18 10:03:41 PDT 2026


================
@@ -13,7 +13,6 @@
 #include <__cstddef/max_align_t.h>
 #include <__cstddef/size_t.h>
 #include <__new/align_val_t.h>
-#include <__new/global_new_delete.h> // for _LIBCPP_HAS_SIZED_DEALLOCATION
----------------
nico wrote:

(repro made with this horrid script [make-standalone-repro.py](https://github.com/user-attachments/files/26093479/make-standalone-repro.py))


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


More information about the libcxx-commits mailing list