https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107784

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #10 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This was fixed in r13-4214-gcbd05ca5ab1231 but I forgot to mention the PR in
the commit.

There's no ABI concern because std::bind_front is a C++20 feature and we
haven't stabilised our C++20 ABI yet. So fixed for GCC 13, but not suitable to
backport because we don't change the ABI within a single release series, even
for unstable C++20 features.

Reply via email to