[libcxx-commits] [PATCH] D138196: [libc++] Use aligned_alloc instead of posix_memalign for C++17
Nico Weber via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 22 11:12:29 PST 2022
thakis added a comment.
This breaks our build (c++20): https://ci.chromium.org/ui/p/chromium/builders/try/android-binary-size/1337773/overview
Since this includes cstdlib instead of stdlib.h, is `::` the right qualification? Should it look in std instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138196/new/
https://reviews.llvm.org/D138196
More information about the libcxx-commits
mailing list