This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from dfeb9b2af Implement LWG3035: std::allocator's constructors should be co [...] new 256f187bc Implement LWG3034: P0767R1 breaks previously-standard-layout types
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/string | 8 ++-- include/string_view | 4 +- test/std/depr/depr.c.headers/stddef_h.pass.cpp | 2 + .../support.types/max_align_t.pass.cpp | 7 ++- test/std/strings/basic.string/char.bad.fail.cpp | 53 ++++++++++++++++++++++ test/std/strings/string.view/char.bad.fail.cpp | 53 ++++++++++++++++++++++ .../meta.trans.other/aligned_storage.pass.cpp | 45 ++++++++++++++++++ .../meta.trans.other/aligned_union.pass.cpp | 21 +++++++++ www/cxx2a_status.html | 10 ++-- 9 files changed, 192 insertions(+), 11 deletions(-) create mode 100644 test/std/strings/basic.string/char.bad.fail.cpp create mode 100644 test/std/strings/string.view/char.bad.fail.cpp