[libcxx-commits] [libcxx] [libc++] Provide sized deallocation declarations even when the compiler doesn't support sized deallocation (PR #125577)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 3 15:45:40 PST 2025


philnik777 wrote:

Thinking about it, we could add deleted versions of sized deallocation and tell the user that they should enable `-fsized-deallocation` if they provide their own overloads.

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


More information about the libcxx-commits mailing list