pfultz2 opened this issue 6 years ago · 0 comments
No lifetime warning for this code:
auto f() { auto g = [&](auto x) { return [&] { return x; }}; return g; }