Hacker News new | ask | show | jobs
by jfkebwjsbx 2143 days ago
No need to spell each variable nor give a return type:

   auto f = [&](...) { ... };
That covers the majority of cases.