Skip to content

Short description is wrong/misleading #1652

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 2 commits into from
Oct 25, 2019

Conversation

angusgraham
Copy link
Contributor

As discussed in https://github.com/MicrosoftDocs/cpp-docs/issues/1650
"Tests whether the type has a move constructor."
That is not true.
As stated on https://en.cppreference.com/w/cpp/types/is_move_constructible:
Types without a move constructor, but with a copy constructor that accepts const T& arguments, satisfy std::is_move_constructible.

As discussed in https://github.com/MicrosoftDocs/cpp-docs/issues/1650
"Tests whether the type has a move constructor."
That is not true.
As stated on https://en.cppreference.com/w/cpp/types/is_move_constructible:
Types without a move constructor, but with a copy constructor that accepts const T& arguments, satisfy std::is_move_constructible.
@PRMerger6
Copy link
Contributor

@angusgraham : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@PRMerger6 PRMerger6 requested a review from colin-home October 24, 2019 20:03
@Jak-MS Jak-MS added the aq-pr-triaged Tracking label for the PR review team label Oct 24, 2019
@PRMerger9
Copy link
Contributor

@corob-msft : Thanks for your contribution! The author(s) have been notified to review your proposed change.

Copy link
Contributor

@colin-home colin-home left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@angusgraham Thanks for contributing!

@colin-home colin-home merged commit c6e3ec4 into MicrosoftDocs:master Oct 25, 2019
@angusgraham angusgraham deleted the patch-1 branch October 25, 2019 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aq-pr-triaged Tracking label for the PR review team Change sent to author do-not-merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants