This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 66db4e4fd Mark string_view literals as 'noexcept'. Fixes PR#25054. Than [...] new 76929f682 Mark string_view's constructor from (ptr,len) as noexcept (an [...]
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_view | 2 +- test/std/strings/string.view/string.view.cons/default.pass.cpp | 2 ++ test/std/strings/string.view/string.view.cons/from_literal.pass.cpp | 6 +++++- test/std/strings/string.view/string.view.cons/from_ptr_len.pass.cpp | 5 ++++- test/std/strings/string.view/string.view.cons/from_string.pass.cpp | 5 ++++- 5 files changed, 16 insertions(+), 4 deletions(-)