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

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 3 15:39:08 PST 2025


var-const wrote:

@philnik777 I was unsuccessful trying to get one on Godbolt. The compiler simply ignores the user-provided sized overload when resolving a `delete` expression if sized allocations are not available -- but it's very possible I'm not trying the right combination of the compiler / flags / etc.

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


More information about the libcxx-commits mailing list