[libcxx-commits] [libcxx] [libcxxabi] [libc++][NFC] Move __memory/aligned_alloc.h into src/ (PR #166172)

Derek Schuff via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 24 17:50:59 PST 2025


dschuff wrote:

@gulfemsavrun you beat me by mere seconds in reporting the same issue :)
This happens when you compile libcxx with a deployment target of 10.14 or less, as the error suggests. I see the logic to prevent that removed from libcxx/include/__config in this PR but I don't see it replaced anywhere...

https://github.com/llvm/llvm-project/pull/166172


More information about the libcxx-commits mailing list