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

--- Comment #1 from Guille <guille at cal dot berkeley.edu> ---
Note that the problem persists if we pass by reference in the lambda, i.e.
using

"t = [&] { std::cerr << &a << " \n"; };"

instead of

"t = [this] { std::cerr << &a << " \n"; };".

Reply via email to