[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:36:36 PST 2025
philnik777 wrote:
> @philnik777
>
> > This just pushes the diagnostic to be a linker error instead most likely, which isn't great.
>
> What would the linker error look like?
Probably something along the lines of "undefined symbol x referenced in y". Or, if it's linked dynamically, at program startup something similar.
https://github.com/llvm/llvm-project/pull/125577
More information about the libcxx-commits
mailing list