This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f74433e70ae Fortran: Add OpenMP's nothing directive support new c883d1dcdea libstdc++: Fix vector<bool> printer tests to work in debug mode new 085c2f8f0e1 libstdc++: Fix CTAD for debug sequence containers new de44eee5d52 libstdc++: Minor optimization for min/max/minmax new 37620d57511 libstdc++: Simplify n-ary arithmetic promotion traits new aba938d6c35 libstdc++: Enable doxygen processing for C++20 components new 828176ba490 libstdc++: Improve doxygen comments in <bits/stl_function.h> new 4fb471afc4f libstdc++: Improve doxygen documentation for std::unique_ptr
The 7 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/doc/doxygen/user.cfg.in | 20 ++- libstdc++-v3/include/bits/stl_algo.h | 86 ++++++++----- libstdc++-v3/include/bits/stl_function.h | 134 ++++++++++++--------- libstdc++-v3/include/bits/unique_ptr.h | 84 ++++++++++--- libstdc++-v3/include/debug/deque | 7 +- libstdc++-v3/include/debug/forward_list | 7 +- libstdc++-v3/include/debug/list | 7 +- libstdc++-v3/include/debug/vector | 7 +- libstdc++-v3/include/ext/type_traits.h | 16 ++- libstdc++-v3/include/std/complex | 29 ----- libstdc++-v3/include/std/type_traits | 55 ++++++--- libstdc++-v3/python/libstdcxx/v6/printers.py | 10 +- .../testsuite/libstdc++-prettyprinters/simple.cc | 14 +-- .../testsuite/libstdc++-prettyprinters/simple11.cc | 14 +-- 14 files changed, 312 insertions(+), 178 deletions(-)