mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-11 14:00:51 -04:00
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...