This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from df5df103550 Document cond_copysign and cond_len_copysign optabs [PR112951] new a6bbaab2732 libstdc++: add missing include in ranges_util.h new ec2ec24a4d4 libstdc++: implement std::generator
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/Makefile.am | 2 + libstdc++-v3/include/Makefile.in | 2 + .../bits/elements_of.h} | 49 +- libstdc++-v3/include/bits/ranges_util.h | 1 + libstdc++-v3/include/bits/version.def | 9 + libstdc++-v3/include/bits/version.h | 11 + libstdc++-v3/include/precompiled/stdc++.h | 1 + libstdc++-v3/include/std/generator | 812 +++++++++++++++++++++ libstdc++-v3/include/std/ranges | 4 + .../24_iterators/range_generators/01.cc} | 52 +- .../testsuite/24_iterators/range_generators/02.cc | 219 ++++++ .../24_iterators/range_generators/copy.cc | 97 +++ .../24_iterators/range_generators/except.cc} | 95 ++- .../24_iterators/range_generators/subrange.cc} | 33 +- .../24_iterators/range_generators/synopsis.cc} | 30 +- 15 files changed, 1326 insertions(+), 91 deletions(-) copy libstdc++-v3/{src/c++98/hashtable_tr1.cc => include/bits/elements_of.h} (53%) create mode 100644 libstdc++-v3/include/std/generator copy libstdc++-v3/{include/tr1/cctype => testsuite/24_iterators/range_generators/0 [...] create mode 100644 libstdc++-v3/testsuite/24_iterators/range_generators/02.cc create mode 100644 libstdc++-v3/testsuite/24_iterators/range_generators/copy.cc copy libstdc++-v3/{include/experimental/utility => testsuite/24_iterators/range_ge [...] copy libstdc++-v3/{src/c++98/parallel_settings.cc => testsuite/24_iterators/range_ [...] copy libstdc++-v3/{include/c_global/ccomplex => testsuite/24_iterators/range_gener [...]