mitaclaw 2b0cd16c8c 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-15 19:54:17 -08:00
..
2024-12-15 19:54:16 -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