Sihyeon Kim

Results 1 comments of Sihyeon Kim

A simple solution to this is below. And my environment is `g++ 7.5.0` with `-std=c++17` option. ``` void alert_when_imminent() { int brake_commands_published{}; auto foo = [&brake_commands_published](const BrakeCommand &) { brake_commands_published++;...