Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@CaseyCarter
Copy link
Contributor

@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