-
- Downloads
libstdc++: Implement C++23 std::bind_back from P2387R3 [PR108827]
The implementation is based off of std::bind_front. Since this is a C++23 feature we use deducing this unconditionally. PR libstdc++/108827 PR libstdc++/111327 libstdc++-v3/ChangeLog: * include/bits/version.def (bind_back): Define. * include/bits/version.h: Regenerate. * include/std/functional (_Bind_back): Define for C++23. (bind_back): Likewise. * testsuite/20_util/function_objects/bind_back/1.cc: New test (adapted from corresponding bind_front test). * testsuite/20_util/function_objects/bind_back/111327.cc: Likewise.
Showing
- libstdc++-v3/include/bits/version.def 9 additions, 0 deletionslibstdc++-v3/include/bits/version.def
- libstdc++-v3/include/bits/version.h 116 additions, 105 deletionslibstdc++-v3/include/bits/version.h
- libstdc++-v3/include/std/functional 70 additions, 0 deletionslibstdc++-v3/include/std/functional
- libstdc++-v3/testsuite/20_util/function_objects/bind_back/1.cc 178 additions, 0 deletions...dc++-v3/testsuite/20_util/function_objects/bind_back/1.cc
- libstdc++-v3/testsuite/20_util/function_objects/bind_back/111327.cc 42 additions, 0 deletions...v3/testsuite/20_util/function_objects/bind_back/111327.cc
Loading
Please register or sign in to comment