[libcxx-commits] [PATCH] D153136: [libc++] Move non operator new definitions outside of new.cpp
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 16 10:35:07 PDT 2023
ldionne marked 3 inline comments as done.
ldionne added inline comments.
================
Comment at: libcxx/src/new.cpp:10
#include <__memory/aligned_alloc.h>
#include <cstdlib>
#include <new>
----------------
Mordante wrote:
> Is this include still needed?
Yes, we use `std::malloc`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153136/new/
https://reviews.llvm.org/D153136
More information about the libcxx-commits
mailing list