[libcxx-commits] [libcxx] [libc++] Remove _LIBCPP_HAS_SIZED_DEALLOCATION (PR #172285)
Nico Weber via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 13 13:54:23 PST 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:
Sorry that it's slow-going. I managed to get a local repro, but it only repros when modules are enabled 😱 That makes making a reduced repro much more tricky.
https://github.com/llvm/llvm-project/pull/172285
More information about the libcxx-commits
mailing list