This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from dbc7f4efd Only initialize the streams cout/wcout/cerr/wcerr etc once, r [...] new 45a3109db Recommit r370502: Make `vector` unconditionally move elements [...]
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/memory | 55 ++++++++++++++++++--- include/vector | 10 ++-- .../exception_safety_exceptions_disabled.sh.cpp | 57 ++++++++++++++++++++++ .../vector.modifiers/resize.copy_only.pass.sh.cpp | 45 ----------------- .../resize_not_move_insertable.fail.cpp | 45 +++++++++++++++++ 5 files changed, 157 insertions(+), 55 deletions(-) create mode 100644 test/libcxx/containers/sequences/vector/exception_safety_except [...] delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/resize.co [...] create mode 100644 test/std/containers/sequences/vector/vector.modifiers/resize_no [...]