citra icon indicating copy to clipboard operation
citra copied to clipboard

general: Capture "this" explicitly in lambdas

Open Morph1984 opened this issue 2 years ago • 1 comments

The implicit capture of "this" with "=" in lambdas is deprecated in C++20


This change is Reviewable

Morph1984 avatar Jun 14 '22 10:06 Morph1984

Since this is only deprecated in C++20, this PR should not be merged now (all compilers emit warnings about this being a C++20 extension on C++17)

Morph1984 avatar Jun 14 '22 13:06 Morph1984

Can you please rebase? Thanks

FearlessTobi avatar Nov 15 '22 10:11 FearlessTobi

Superseded by https://github.com/citra-emu/citra/pull/6191.

FearlessTobi avatar Nov 17 '22 15:11 FearlessTobi