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

--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Patrick Palka <ppa...@gcc.gnu.org>:

https://gcc.gnu.org/g:49e79b86936373fc70c3bdea3b2d8353cf8957b1

commit r16-87-g49e79b86936373fc70c3bdea3b2d8353cf8957b1
Author: Patrick Palka <ppa...@redhat.com>
Date:   Tue Apr 22 12:52:34 2025 -0400

    Revert "libstdc++: Optimize std::projected<I, std::identity>" [PR119888]

    This non-standard optimization breaks real-world code that expects the
    result of std::projected to always (be a class type and) have a value_type
    member, which isn't true for e.g. I=int*, so revert it for now.

            PR libstdc++/119888

    This reverts commit 51761c50f843d5be4e24172535e4524b5072f24c.

Reply via email to