This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2c2df024df3 libstdc++: Merge bind_front and bind_back binders new b2adb7712cc libstdc++: Move _Binder and related aliases to separate file. new 1a41e52d7ec libstdc++: Reuse _Bind_back_t functor in ranges::_Partial
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 | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/binders.h | 234 ++++++++++++++++++++++++++++++++++++ libstdc++-v3/include/std/functional | 187 +--------------------------- libstdc++-v3/include/std/ranges | 104 ++-------------- 5 files changed, 249 insertions(+), 278 deletions(-) create mode 100644 libstdc++-v3/include/bits/binders.h