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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-07-18
                 CC|                            |ppalka at gcc dot gnu.org
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Interesting, confirmed.  It seems only non-generic lambdas are affected,
generic lambdas aren't affected because the coroutine transformation is
performed on the instantiated operator() well after completion of the lambda
type.

Reply via email to