[libcxx-commits] [libcxx] [libc++] Fix missing 'get_new_handler()' for Windows builds (PR #150182)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 13 13:51:34 PST 2026
siradam7th wrote:
> This patch modifies code related to `new`, so this patch should make sure the testing is adequate. Especially since you claim to already have tested it, I don't see why we should separate testing from implementation.
>
> >
@philnik777
Alright, I will add a new test to check that the handler is being called when an allocation fails.
https://github.com/llvm/llvm-project/pull/150182
More information about the libcxx-commits
mailing list