[libcxx-commits] [libcxx] [libcxx] Use alias for detecting overriden function (PR #114961)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 6 05:46:04 PST 2024
================
@@ -43,7 +43,7 @@ static void* operator_new_impl(std::size_t size) {
return p;
----------------
ldionne wrote:
Not attached to this file, but you also need to update `libcxxabi/src/stdlib_new_delete.cpp`! You can just copy the stuff between `// ------------------ BEGIN COPY ------------------` and `// ------------------ END COPY ------------------`.
https://github.com/llvm/llvm-project/pull/114961
More information about the libcxx-commits
mailing list