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

Silence warnings on unqualified calls to std::move #4023

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

davisp
Copy link
Contributor

@davisp davisp commented Apr 4, 2023

This is a new compiler warning add to at least Apple Clang. For now we're choosing to silence the warning until at least other compilers come to an agreement on whether this should be a warning.


TYPE: IMPROVEMENT
DESC: Silence warnings about unqualified calls to std::move on Apple Clang

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #27254: Avoid unqualified calls to std::move warnings.

@davisp davisp force-pushed the pd/sc-27254/silence-unqualified-move-warnings branch from 6c7717a to c658ddc Compare April 4, 2023 19:54
This is a new compiler warning add to at least Apple Clang. For now
we're choosing to silence the warning until at least other compilers
come to an agreement on whether this should be a warning.
@davisp davisp force-pushed the pd/sc-27254/silence-unqualified-move-warnings branch from c658ddc to 0c27de0 Compare April 4, 2023 20:01
@ihnorton ihnorton merged commit 53bce21 into dev Apr 5, 2023
@ihnorton ihnorton deleted the pd/sc-27254/silence-unqualified-move-warnings branch April 5, 2023 02:13
davisp added a commit that referenced this pull request Jun 16, 2023
This is a new compiler warning add to at least Apple Clang. For now we're choosing to silence the warning until at least other compilers come to an agreement on whether this should be a warning.

---
TYPE: IMPROVEMENT
DESC: Silence warnings about unqualified calls to std::move on Apple Clang
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.

3 participants