This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from f3224ac00 [libc++] Fix PR35491 - std::array of zero-size doesn't work w [...] new 122c064a7 Make array<const T, 0> non-CopyAssignable and make swap and f [...]
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 | 31 +++++--- .../array/array.cons/implicit_copy.pass.cpp | 93 ++++++++++++++++++++++ .../sequences/array/array.data/data.pass.cpp | 8 ++ .../get_rv.pass.cpp => array.fill/fill.fail.cpp} | 24 +++--- .../get_rv.pass.cpp => array.swap/swap.fail.cpp} | 25 +++--- 5 files changed, 141 insertions(+), 40 deletions(-) create mode 100644 test/std/containers/sequences/array/array.cons/implicit_copy.pass.cpp copy test/std/containers/sequences/array/{array.tuple/get_rv.pass.cpp => array.fil [...] copy test/std/containers/sequences/array/{array.tuple/get_rv.pass.cpp => array.swa [...]