dolphin-emulator/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
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
FunctionExpression.cpp ExpressionParser: Support unary plus operator. 2024-04-12 15:52:35 -05:00
FunctionExpression.h