Skip to content

Make lambda captures explicit for C++ 20

Leon Keim requested to merge fix/lambda_capture into master

lambda capture [=] with implicit capture by reference of this is deprecated in C++20. Fix occurrences.

Fixes #1415 (closed).

Edited by Timo Koch

Merge request reports

Loading