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

Using of qualified eastl move() and forward() functions. #405

Merged
merged 1 commit into from
Nov 27, 2020

Conversation

miherius
Copy link
Contributor

This PR is similar to #333 in motive. In case of std types used as elements of some eastl containers, argument-dependent lookup result in ambiguous call errors for move() and forward() calls.

Small example: line auto [str, flag] = eastl::pair<std::string, bool>("", false); can't be compiled.

@rparolin
Copy link
Contributor

Looks good. Thanks for the PR!

@rparolin rparolin merged commit 08e32c4 into electronicarts:master Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants