https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111327
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Patrick Palka <[email protected]>: https://gcc.gnu.org/g:b212314667d4cf636c7728d2c91f028c516e7df8 commit r16-5917-gb212314667d4cf636c7728d2c91f028c516e7df8 Author: Patrick Palka <[email protected]> Date: Fri Dec 5 12:15:08 2025 -0500 libstdc++: Use deducing this in std::bind_front even in C++20 [PR111327] PR libstdc++/111327 libstdc++-v3/ChangeLog: * include/bits/binders.h (_Binder::operator()) [_GLIBCXX_EXPLICIT_THIS_PARAMETER]: Also use deducing this in C++20 mode when possible. * testsuite/20_util/function_objects/bind_front/111327.cc: Expect error inside header even in C++20 mode. Reviewed-by: Tomasz KamiÅski <[email protected]> Reviewed-by: Jonathan Wakely <[email protected]>
