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

Core: Make use of C++17 deduction guides with locks #9389

Merged
merged 1 commit into from Dec 29, 2020

Conversation

lioncash
Copy link
Member

C++17 allows omitting the mutex type, which makes for both less reading and more flexibility (e.g. The mutex type can change and all occurrences don't need to be updated).

C++17 allows omitting the mutex type, which makes for both less reading
and more flexibility (e.g. The mutex type can change and all occurrences
don't need to be updated).
@jordan-woyak jordan-woyak merged commit 92de043 into dolphin-emu:master Dec 29, 2020
10 checks passed
@lioncash lioncash deleted the deduction branch December 29, 2020 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants