Files
dolphin/Source/Core/Core
mitaclaw 860e6cf5cb Modernize std::all_of with ranges
In DITSpecification.cpp, MaterialAsset.cpp, and ShaderAsset.cpp, lambda predicates were replaced by pointers to member functions because ranges algorithms are able invoke those.

In NetPlayClient.cpp, the non-trivial `NetPlay::Player` elements were being passed by value in `NetPlayClient::DoAllPlayersHaveGame()`. This has been fixed.

In WIABlob.cpp, the second example's predicate was returning the `std::optional` by value instead of implicitly converting it to a bool. This has been fixed.
2024-12-15 19:50:34 -08:00
..
2024-12-15 19:50:34 -08:00
2024-11-27 21:21:26 -05:00
2024-08-20 14:59:54 +02:00
2024-10-19 02:30:45 -07:00
2024-12-15 19:50:34 -08:00
2024-11-27 21:21:25 -05:00
2024-07-06 07:36:31 -04:00
2024-05-22 14:32:37 -04:00
2024-12-15 19:50:34 -08:00
2024-01-23 15:15:13 -05:00
2024-11-27 21:21:26 -05:00
2024-03-01 10:52:50 -08:00
2024-10-10 00:53:48 -07:00
2024-08-20 14:59:54 +02:00
2024-08-14 22:18:28 +02:00