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
2022-06-30 15:26:48 -05:00
2024-07-06 16:56:44 -05:00
2024-01-31 12:54:07 +01:00
2024-08-20 14:59:54 +02:00
2023-02-09 18:36:20 +13:00
2024-08-15 14:20:16 -07:00
2021-12-10 14:49:57 -08:00
2021-12-10 14:49:57 -08:00