This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 680a56e1a Fix an ambiguity in the tests that gcc-tot complained about. new dd2ae1242 Implement the second part of P1227R2 - Signed ssize() functio [...]
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/iterator | 18 ++++ .../std/iterators/iterator.container/size.pass.cpp | 18 ++-- .../iterators/iterator.container/ssize.pass.cpp | 120 +++++++++++++++++++++ 3 files changed, 146 insertions(+), 10 deletions(-) create mode 100644 test/std/iterators/iterator.container/ssize.pass.cpp