[libcxx-commits] [PATCH] D88301: [libc++] Clean up logic around aligned/sized allocation and deallocation
Zbigniew Sarbinowski via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 25 12:45:07 PDT 2020
zibi added a comment.
>> What is `__cpp_aligned_new` set to on z/OS?
>
> It's not defined. The detection for `_LIBCPP_HAS_NO_ALIGNED_ALLOCATION` should work okay.
Yes its not defined however, with -std=c++17 `_LIBCPP_HAS_NO_ALIGNED_ALLOCATION` is defined on z/OS.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88301/new/
https://reviews.llvm.org/D88301
More information about the libcxx-commits
mailing list