This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 6c83c7ff6 More patches ready new 610fc6780 Revert "[libc++] Fix PR35491 - std::array of zero-size doesn' [...]
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/array | 87 ++++---------------- .../sequences/array/array.cons/default.pass.cpp | 17 ---- .../array/array.cons/implicit_copy.pass.cpp | 93 ---------------------- .../sequences/array/array.data/data.pass.cpp | 18 ----- .../sequences/array/array.data/data_const.pass.cpp | 10 --- .../sequences/array/array.fill/fill.fail.cpp | 29 ------- .../sequences/array/array.swap/swap.fail.cpp | 30 ------- test/std/containers/sequences/array/begin.pass.cpp | 9 --- 8 files changed, 17 insertions(+), 276 deletions(-) delete mode 100644 test/std/containers/sequences/array/array.cons/implicit_copy.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.fill/fill.fail.cpp delete mode 100644 test/std/containers/sequences/array/array.swap/swap.fail.cpp