Skip to content

[msvc] std::move the pointer for the method that requires an rvalue. #28280

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

Merged
merged 1 commit into from
Nov 15, 2019

Conversation

drodriguez
Copy link
Contributor

MSVC was chocking with the given syntax, saying that
'swift::DefaultArgumentInitializer *' wasn't the expected 'swift::Initializer *&&'.

Introduced in #27756 and started failing in https://ci-external.swift.org/job/oss-swift-windows-x86_64/1967

MSVC was chocking with the given syntax, saying that
'swift::DefaultArgumentInitializer *' wasn't the expected 'swift::Initializer *&&'.
@drodriguez
Copy link
Contributor Author

@swift-ci please test Windows platform

@drodriguez
Copy link
Contributor Author

@swift-ci please smoke test

@drodriguez drodriguez merged commit 9884e50 into swiftlang:master Nov 15, 2019
@drodriguez drodriguez deleted the msvc-wants-you-to-move branch November 15, 2019 04:01
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.

2 participants