[libcxxabi] [clang] [lldb] [libc] [clang-tools-extra] [llvm] [libcxx] [libc++] Fix the behavior of throwing `operator new` under -fno-exceptions (PR #69498)
Nikolas Klauser via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 18 09:20:02 PST 2024
================
@@ -7,6 +7,8 @@
//===----------------------------------------------------------------------===//
#include <__memory/aligned_alloc.h>
+#include <__overridable_function>
----------------
philnik777 wrote:
We already have `#include "include/refstring.h" // from libc++` inside `libcxxabi/src/stdlib_stdexcept.cpp`, so I don't think that should be a blocker from moving it to `src/`.
https://github.com/llvm/llvm-project/pull/69498
More information about the cfe-commits
mailing list