summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-11-20 18:25:02 +0100
committerLéo Lam <leo@leolam.fr>2020-11-20 18:27:56 +0100
commit542c49bab0eb2c40adbc70e85bd93762899c0755 (patch)
tree6c128721f2a0cecf2dab026c00444861259f5665 /Source/Core/VideoCommon/CommandProcessor.cpp
parentf45a4a59168b571a573cce66169eae3b51dc4357 (diff)
Core: Fix invalid lambda captures
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...
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
0 files changed, 0 insertions, 0 deletions