dolphin/Source
mitaclaw 08fdc4dc4e Modernize std::none_of with ranges
In JitRegCache.cpp, the lambda predicate were replaced by a pointer to member function because ranges algorithms are able to 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.

In BoundingBox.cpp, the lambda predicate was returning the bool element unchanged, so `std::identity` was a better fit.
2024-12-27 01:54:07 +00:00
..
Android Modernize std::none_of with ranges 2024-12-27 01:54:07 +00:00
Core Modernize std::none_of with ranges 2024-12-27 01:54:07 +00:00
DSPSpy Simplify std::fill with std::fill_n 2024-10-07 15:34:56 -07:00
DSPTool Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-maste2r 2024-12-24 20:47:03 -05:00
PCH update solution to new SDK 2023-06-23 13:23:34 -04:00
UnitTests Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-maste2r 2024-12-24 20:47:03 -05:00
VSProps Update to Qt 6.8.0 2024-11-04 10:57:32 -05:00
.clang-format Replace Cpp11 (A Deprecated alias for Latest) in .clang-format 2022-06-22 08:57:32 +10:00
CMakeLists.txt meh 2024-05-12 02:17:59 -04:00
dolphin-emu.sln Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-master 2024-05-22 18:27:54 -04:00