This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 69e72aa46 Reformat the beginning of the testing doc to make clear how t [...] new 7de36b777 [libc++] Add a test for resizing of a vector with copy-only elements new ffced82bd [libc++] Revert "Make `vector` unconditionally move elements [...]
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/memory | 26 +++------- include/vector | 9 ++-- .../exception_safety_exceptions_disabled.sh.cpp | 57 ---------------------- .../vector.modifiers/resize.copy_only.pass.sh.cpp | 45 +++++++++++++++++ 4 files changed, 55 insertions(+), 82 deletions(-) delete mode 100644 test/libcxx/containers/sequences/vector/exception_safety_except [...] create mode 100644 test/std/containers/sequences/vector/vector.modifiers/resize.co [...]