Skip to content

Conversation

KomarDL
Copy link
Contributor

@KomarDL KomarDL commented Apr 3, 2020

"void push_back(void push_back(Type&& val);" should be
"void push_back(const Type& val);
void push_back(Type&& val);"

"void push_back(void push_back(Type&& val);" should be 
"void push_back(const Type& val); 
void push_back(Type&& val);"
@PRMerger6
Copy link
Contributor

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

Copy link
Collaborator

@TylerMSFT TylerMSFT left a comment

Choose a reason for hiding this comment

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

Thank you for the fix!

@TylerMSFT TylerMSFT merged commit 6de1f17 into MicrosoftDocs:master Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants