[Bug libstdc++/80564] bind on SFINAE unfriendly generic lambda

ppalka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Dec 5 15:04:06 GMT 2025


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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2025-12-05
     Ever confirmed|0                           |1
                 CC|                            |ppalka at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |ppalka at gcc dot gnu.org

--- Comment #8 from Patrick Palka <ppalka at gcc dot gnu.org> ---
We can use deducing this to avoid the unnecessary constraint checking of the
const operator() overload.


More information about the Gcc-bugs mailing list