Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CheatSearch: Use std comparison function objects #12248

Conversation

Dentomologist
Copy link
Contributor

Use std::equal_to() and so on for the last value comparison functions since they exist and we already include the functional header.

I didn't replace the functions used for comparing against a specific value because I'd need to use bind and it's not really any clearer or less verbose than the lambda.

@Tilka Tilka merged commit ef447bb into dolphin-emu:master Oct 28, 2023
11 checks passed
@Dentomologist Dentomologist deleted the cheatsearch_use_std_comparison_functions branch October 28, 2023 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants