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

Suppress warning C4180 STL-wide #84

Merged
merged 1 commit into from
Sep 11, 2019
Merged

Suppress warning C4180 STL-wide #84

merged 1 commit into from
Sep 11, 2019

Conversation

CaseyCarter
Copy link
Member

@CaseyCarter CaseyCarter commented Sep 9, 2019

C4180 "qualifier applied to function type has no meaning; ignored" is emitted from std::remove_reference<T> when T is a function type or reference to such after applying the changes in #82. We could suppress it locally, but the warning is extremely low-value for the STL in general so let's simply suppress it globally.

[This is a replay of Microsoft-internal PR 201455.]

C4180 "qualifier applied to function type has no meaning; ignored" is emitted from `std::remove_reference<T>` when `T` is a function type or reference to such after applying the changes in #82. We could suppress it locally, but the warning is extremely low-value for the STL in general so let's simply suppress it globally.
@BillyONeal BillyONeal merged commit 6fe5ae8 into microsoft:master Sep 11, 2019
@BillyONeal
Copy link
Member

Merged since this got auto-completed in the msvc repo.

@CaseyCarter CaseyCarter deleted the p201455 branch September 13, 2019 18:18
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.

4 participants