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

Common/Core: Minor rvalue reference related cleanups. #8579

Merged
merged 1 commit into from Jan 25, 2020

Conversation

jordan-woyak
Copy link
Member

I found a few functions with overloads for both const T& and T&& parameters intending to take ownership either by-copy or by-move.

These functions can pass T by-value and std::move within the function body to handle both situations with one implementation.

@Tilka Tilka merged commit a632bc7 into dolphin-emu:master Jan 25, 2020
@jordan-woyak jordan-woyak deleted the rvalue-cleanups branch January 25, 2020 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants