Skip to content

Fix/implicit capture invalid in c++20

Rainer Kartmann requested to merge fix/implicit-capture-invalid-in-c++20 into master

Fix implicit capture of this via = which is deprecated in C++ 20

This appears to be almost the same code as fixed by this MR: https://gitlab.com/mastermotormap/mmmcore/-/merge_requests/5

Merge request reports