dolphin/Source/Android/jni/AndroidCommon
mitaclaw be0b13da97 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.
2024-10-17 18:38:34 -07:00
..
AndroidCommon.cpp Simplify std::remove with std::erase 2024-10-17 18:38:34 -07:00
AndroidCommon.h AndroidCommon: Resolve -Wsign-compare warning 2023-12-11 18:06:40 -05:00
CMakeLists.txt CMake: Fix build errors exposed by making common dependent on fmt 2020-10-19 14:36:09 +02:00
IDCache.cpp NativeLibrary: Create displayToastMsg Method 2024-04-06 15:41:23 -07:00
IDCache.h NativeLibrary: Create displayToastMsg Method 2024-04-06 15:41:23 -07:00