Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implicit capture of *this by [=] is deprecated in C++20, and the replacement [=,this] is not available in C++17. We also can't use [&], because of QueuedConnection, so need to bite the bullet and list all captured variables separately. Amends 87535e4. Change-Id: I5b3a713bf9220746d10d594d1a248028157ad170 Reviewed-by: Mårten Nordheim <[email protected]> Reviewed-by: Fabian Kosmale <[email protected]> Reviewed-by: Giuseppe D'Angelo <[email protected]>
- Loading branch information