summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
diff options
context:
space:
mode:
authormitaclaw <140017135+mitaclaw@users.noreply.github.com>2024-09-28 20:18:33 -0700
committermitaclaw <140017135+mitaclaw@users.noreply.github.com>2024-10-17 18:38:34 -0700
commitbe0b13da97121d9ca1b1d454cf3a36bcccb5173b (patch)
tree90c2956e694b6ba5750f4df022b3201c3f6b0539 /Source/Core/InputCommon/ControllerInterface
parent4fde0f2868212afc216cd9324af8d5efcc282887 (diff)
Simplify `std::remove` with `std::erase`
`std::erase` is a replacement for the remove-erase idiom. Changes to `OpenModeToAndroid` inadvertently revealed that the prior implementation had UB (potentially deleting the end iterator). This is now fixed.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
0 files changed, 0 insertions, 0 deletions