mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 14:39:01 +01:00
![Léo Lam](/assets/img/avatar_default.png)
PR #9260 made the MsgAlert macros use lambdas so that local constexpr variables can be added while keeping the ability to return a boolean from the macros. Unfortunately, C++17 forbids referring to structured bindings in lambda captures. This is fixed in P1091R3 but we cannot rely on C++20 yet...