Can you spot the bug? From Ben Deane ```cpp const bool proceed = [&](){ return complexcheck; }; if (proceed) { // do things } ```