[libcxx-commits] [PATCH] D150610: [libc++] Fix the behavior of throwing `operator new` under -fno-exceptions
Jonathan Wakely via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 22 07:09:24 PDT 2023
jwakely added a comment.
In D150610#4437773 <https://reviews.llvm.org/D150610#4437773>, @ldionne wrote:
> Update with new approach that detects whether `operator new` has been overridden or not. This is a WIP for comments only.
Cool! Nice to see this idea put into practice. Now I should do the same for libstdc++ :-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150610/new/
https://reviews.llvm.org/D150610
More information about the libcxx-commits
mailing list