This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 9bd669bd Additional test file for r300123 new 7b41c797 [libc++] Implement LWG 2911 - add an is_aggregate type-trait new 87fd9b23 Fix test failures with older Clang versions
The 2 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/__config | 10 ++- include/type_traits | 16 +++++ .../missing_is_aggregate_trait.fail.cpp} | 17 +++-- .../get_deleter.pass.cpp | 2 + .../get_deleter.pass.cpp | 2 + .../meta.unary.prop/is_aggregate.pass.cpp | 79 ++++++++++++++++++++++ www/cxx1z_status.html | 2 +- 7 files changed, 120 insertions(+), 8 deletions(-) copy test/{std/utilities/optional/optional.bad_optional_access/default.pass.cpp => [...] create mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_aggregate [...]