Skip to content

Fix/cpp 20 lambda capture

Leon Keim requested to merge fix/cpp-20-lambda-capture into master

What this MR does / why does DuMux needs it

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

Fixes #1415.

Edited by Timo Koch

Merge request reports

Loading