This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from b52513191 Configure ELAST for MinGW new 64c10d00c Implement LWG 2946, 3075 and 3076. Reviewed as https://review [...]
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 | 8 +- include/string | 395 +++++++++++++++------ .../string.cons/copy_assignment.pass.cpp | 9 + .../string.cons/default_noexcept.pass.cpp | 9 +- .../string.cons/dtor_noexcept.pass.cpp | 9 +- .../string.cons/implicit_deduction_guides.pass.cpp | 51 ++- .../string.cons/move_assign_noexcept.pass.cpp | 3 + .../string.cons/move_noexcept.pass.cpp | 9 +- .../string.cons/pointer_size_alloc.pass.cpp | 8 + .../string.cons/string_view_deduction.fail.cpp | 41 +++ ...ion.pass.cpp => string_view_deduction.pass.cpp} | 60 ++-- .../string_view_size_size_deduction.fail.cpp | 47 +++ ...pp => string_view_size_size_deduction.pass.cpp} | 64 ++-- .../string.modifiers/string_append/string.pass.cpp | 9 + .../string_insert/size_string.pass.cpp | 9 + .../string_op_plus_equal/string.pass.cpp | 9 + .../string_replace/iter_iter_string.pass.cpp | 9 + .../string_replace/size_size_string.pass.cpp | 9 + .../string.special/swap_noexcept.pass.cpp | 3 +- .../string_compare/size_size_string.pass.cpp | 10 +- .../string.ops/string_compare/string.pass.cpp | 8 + .../string_find.first.not.of/string_size.pass.cpp | 8 + .../string_find.first.of/string_size.pass.cpp | 8 + .../string_find.last.not.of/string_size.pass.cpp | 8 + .../string_find.last.of/string_size.pass.cpp | 8 + .../string.ops/string_find/string_size.pass.cpp | 8 + .../string.ops/string_rfind/string_size.pass.cpp | 8 + www/cxx2a_status.html | 6 +- 28 files changed, 627 insertions(+), 206 deletions(-) create mode 100644 test/std/strings/basic.string/string.cons/string_view_deduction [...] copy test/std/strings/basic.string/string.cons/{iter_alloc_deduction.pass.cpp => s [...] create mode 100644 test/std/strings/basic.string/string.cons/string_view_size_size [...] copy test/std/strings/basic.string/string.cons/{iter_alloc_deduction.pass.cpp => s [...]