This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 6b19640035d libstdc++: Make pmr::synchronized_pool_resource work withou [...] new 38250e577e2 libstdc++: Fix view adaptors for mixed-const sentinels and [...] new 86e99e8e4f0 libstdc++: Implement operator<< for std::unique_ptr (LWG 2948)
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/include/bits/unique_ptr.h | 20 ++++- libstdc++-v3/include/std/ranges | 67 +++++++++------- .../testsuite/20_util/default_delete/48631_neg.cc | 2 +- .../testsuite/20_util/default_delete/void_neg.cc | 2 +- .../testsuite/20_util/unique_ptr/io/lwg2948.cc | 91 ++++++++++++++++++++++ .../testsuite/std/ranges/adaptors/95322.cc | 48 +++++++----- 6 files changed, 179 insertions(+), 51 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/io/lwg2948.cc