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-08-20 14:59:54 +02:00
2023-06-29 02:35:44 -05:00
2023-03-02 19:54:15 -06:00
2024-08-20 14:59:54 +02:00
2022-01-02 14:39:34 -08:00
2024-07-23 14:06:21 -07:00
2024-08-13 06:58:23 +02:00
2024-08-20 14:59:54 +02:00
2023-11-03 16:15:04 +01:00
2023-11-03 16:15:04 +01:00
2023-06-06 22:49:53 -05:00
2022-01-02 15:36:47 -08:00
2024-10-10 00:53:48 -07:00
2023-11-28 23:03:26 +11:00
2023-09-21 01:19:23 +02:00
2023-09-21 01:19:23 +02:00
2023-12-01 19:52:21 +01:00
2022-07-25 18:32:16 -07:00
2024-10-10 15:28:11 -07:00
2024-08-20 14:59:54 +02:00
2024-10-10 00:53:48 -07:00
2024-08-20 14:59:54 +02:00
2023-09-21 01:19:23 +02:00
2023-04-29 19:21:48 -04:00
2023-02-28 20:29:46 +01:00
2024-08-22 17:29:26 -07:00
2024-08-20 14:59:54 +02:00
2024-08-13 06:58:23 +02:00