https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125384
Marek Polacek <mpolacek at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mpolacek at gcc dot gnu.org
Summary|[c++] this in lambda |this in lambda capture in a
|capture in a member |member function of a
|function of a template |template class C resolves
|class C resolves as C*&, |as C*&, not C*
|not C* |
--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Changed in r16-1019:
commit 611d59589d8c48db051b31e727d7f52910a4cbcd
Author: Jason Merrill <[email protected]>
Date: Fri May 30 08:59:31 2025 -0400
c++: more xobj lambda 'this' capture [PR113563]