[Bug c++/115731] Coroutine lambda type is incomplete when selecting promise constructor
ppalka at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jul 18 00:02:22 GMT 2024
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.
More information about the Gcc-bugs
mailing list