mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-19 05:43:45 +00: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... |
||
|---|---|---|
| .. | ||
| AudioCommon | ||
| Common | ||
| Core | ||
| DiscIO | ||
| DolphinNoGUI | ||
| DolphinQt | ||
| InputCommon | ||
| MacUpdater | ||
| UICommon | ||
| UpdaterCommon | ||
| VideoBackends | ||
| VideoCommon | ||
| WinUpdater | ||
| CMakeLists.txt | ||