This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from a9b104390 [libc++] Rename span's as_writeable_bytes to as_writable_bytes new 9c5bb6e04 Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE [...]
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: .../meta.trans.arr/remove_all_extents.pass.cpp | 4 +-- .../meta.trans.arr/remove_extent.pass.cpp | 4 +-- .../meta.trans/meta.trans.cv/add_const.pass.cpp | 4 +-- .../meta/meta.trans/meta.trans.cv/add_cv.pass.cpp | 4 +-- .../meta.trans/meta.trans.cv/add_volatile.pass.cpp | 4 +-- .../meta.trans/meta.trans.cv/remove_const.pass.cpp | 4 +-- .../meta.trans/meta.trans.cv/remove_cv.pass.cpp | 4 +-- .../meta.trans.cv/remove_volatile.pass.cpp | 4 +-- .../meta.trans.other/aligned_storage.pass.cpp | 42 +++++++++++----------- .../meta.trans.other/aligned_union.pass.cpp | 18 +++++----- .../meta.trans.other/conditional.pass.cpp | 8 ++--- .../meta.trans/meta.trans.other/decay.pass.cpp | 4 +-- .../meta.trans/meta.trans.other/enable_if.pass.cpp | 8 ++--- .../meta.trans.other/remove_cvref.pass.cpp | 4 +-- .../meta.trans/meta.trans.other/result_of.pass.cpp | 4 +-- .../meta.trans.other/result_of11.pass.cpp | 8 ++--- .../meta.trans.other/type_identity.pass.cpp | 4 +-- .../meta.trans.other/underlying_type.pass.cpp | 15 ++++---- .../meta.trans/meta.trans.ptr/add_pointer.pass.cpp | 12 +++---- .../meta.trans.ptr/remove_pointer.pass.cpp | 4 +-- .../meta.trans.ref/add_lvalue_ref.pass.cpp | 12 +++---- .../meta.trans.ref/add_rvalue_ref.pass.cpp | 12 +++---- .../meta.trans/meta.trans.ref/remove_ref.pass.cpp | 4 +-- .../meta.trans.sign/make_signed.pass.cpp | 4 +-- .../meta.trans.sign/make_unsigned.pass.cpp | 4 +-- .../meta/meta.unary.prop.query/void_t.pass.cpp | 37 +++++++++++-------- .../void_t_feature_test_macro.pass.cpp | 37 ------------------- 27 files changed, 120 insertions(+), 153 deletions(-) delete mode 100644 test/std/utilities/meta/meta.unary.prop.query/void_t_feature_te [...]