This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from d772e8009 [libc++] Rename _NOALIAS macro to _LIBCPP_NOALIAS new 452149ea3 Implement P1357: Traits for [Un]bounded Arrays; adopted in Kona
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/type_traits | 29 +++++++++ .../meta.unary.comp/is_bounded_array.pass.cpp | 71 ++++++++++++++++++++++ .../meta.unary.comp/is_unbounded_array.pass.cpp | 71 ++++++++++++++++++++++ 3 files changed, 171 insertions(+) create mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/is_bounded_a [...] create mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/is_unbounded [...]