[libcxx-commits] [PATCH] D46443: Add missing cstdalign header
Hubert Tong via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 16 11:38:49 PST 2021
hubert.reinterpretcast added a comment.
Herald added a subscriber: wingo.
The resolution of LWG 2828 <https://cplusplus.github.io/LWG/lwg-closed.html#2828> means that `<cstdalign>` exists in C++11 and C++14. The rationale from https://reviews.llvm.org/D96786#2566110 can be taken as saying that adding this header for C++11 conformance is reasonable.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D46443/new/
https://reviews.llvm.org/D46443
More information about the libcxx-commits
mailing list