mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 00:32:53 +00:00
7c6844e895
In old GCC versions, capturing 'this' does not work for some lambdas. The workaround is to not use auto for the parameter (even though the type is obvious). This can be dropped once we require GCC 7.