From 982893b04cb3605f7703ebf2b9a99d33efa3b3eb Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sun, 21 Jul 2024 16:26:35 +0100 Subject: Use C++20 erase_if() instead of erase(remove_if()) (NFC) --- Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Source/Core/InputCommon/ControllerInterface') diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp index ab266292bc..769e6c5f0e 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp @@ -308,7 +308,7 @@ void ControllerInterface::RemoveDevice(std::functionGetQualifiedName()); @@ -316,9 +316,7 @@ void ControllerInterface::RemoveDevice(std::function