dolphin/Source/Core/InputCommon/ControlReference
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
..
ControlReference.cpp Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
ControlReference.h NumericSetting: Stop values from binding to numbered input names. 2024-04-12 15:54:18 -05:00
ExpressionParser.cpp Modernize `std::none_of` with ranges 2024-12-15 19:54:17 -08:00
ExpressionParser.h ExpressionParser: Pass control qualifiers by const reference 2023-12-12 13:50:46 -05:00
FunctionExpression.cpp ExpressionParser: Support unary plus operator. 2024-04-12 15:52:35 -05:00
FunctionExpression.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00