This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d997bf2a31a Partial implementation of C++20 of <ranges> header new c1159719888 Add remaining changes from P1065R2 "constexpr INVOKE" new 5d15dd41a22 Regenerate libstdc++ HTML docs
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 | 12 ++++ libstdc++-v3/doc/html/manual/appendix_gpl.html | 2 +- libstdc++-v3/doc/html/manual/facets.html | 4 +- libstdc++-v3/doc/html/manual/localization.html | 2 +- .../doc/html/manual/policy_data_structures.html | 2 +- libstdc++-v3/doc/html/manual/status.html | 66 +++++++++++++++++++++- libstdc++-v3/include/bits/refwrap.h | 10 ++++ libstdc++-v3/include/std/functional | 49 +++++++++++----- .../{pair/constexpr_swap.cc => bind/constexpr.cc} | 27 +++++---- .../function_objects/bind_front}/constexpr.cc | 18 +++--- .../function_objects/mem_fn}/constexpr.cc | 27 ++++++--- .../function_objects/not_fn}/constexpr.cc | 18 +++--- .../constexpr.cc} | 29 ++++++---- 13 files changed, 200 insertions(+), 66 deletions(-) copy libstdc++-v3/testsuite/20_util/{pair/constexpr_swap.cc => bind/constexpr.cc} (71%) copy libstdc++-v3/testsuite/{25_algorithms/fill => 20_util/function_objects/bind_f [...] copy libstdc++-v3/testsuite/{25_algorithms/iter_swap => 20_util/function_objects/m [...] copy libstdc++-v3/testsuite/{25_algorithms/fill => 20_util/function_objects/not_fn [...] copy libstdc++-v3/testsuite/20_util/{pair/constexpr_swap.cc => reference_wrapper/c [...]