Files
dolphin/Source/Core/Core/IOS/WFS
mitaclaw 140252ffc0 Modernize std::any_of with ranges
In WiimoteReal.cpp, JitRegCache.cpp, lambda predicates were replaced by pointers to member functions because ranges algorithms are able invoke those.

In ConvertDialog.cpp, the `std::mem_fn` helper was removed because ranges algorithms are able to handle pointers to member functions as predicates.
2024-12-15 19:54:16 -08:00
..
2024-03-31 10:22:02 +02:00
2023-05-22 23:34:19 -04:00
2024-12-15 19:54:16 -08:00