mirror of
https://git.tardis.systems/mirrors/yuzu.git
synced 2025-01-03 03:54:45 +00:00
C++20 deprecates using the = lambda capture to implicitly capture the this pointer. Instead, we must specify it explicitly.
C++20 deprecates using the = lambda capture to implicitly capture the this pointer. Instead, we must specify it explicitly.