This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9866abe31ec libstdc++ P1956R1 On the names of low-level bit manipulatio [...] new 7ab36231a17 libstdc++: P1970R2 Consistency for size() functions: Add ra [...] new c5e1c1d3aba libstdc++: P1964R2 Wording for boolean-testable
The 2 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: libstdc++-v3/ChangeLog | 15 ++++ libstdc++-v3/include/bits/range_access.h | 28 +++++++ libstdc++-v3/include/bits/ranges_algo.h | 14 ++-- libstdc++-v3/include/std/concepts | 67 +++++++--------- libstdc++-v3/libsupc++/compare | 20 ++--- libstdc++-v3/testsuite/std/ranges/access/ssize.cc | 98 +++++++++++++++++++++++ 6 files changed, 187 insertions(+), 55 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/ranges/access/ssize.cc