Skip to content

Marked _Doraise() functions as override (improves #207) - #302

Merged
Stephan T. Lavavej (StephanTLavavej) merged 1 commit into
microsoft:masterfrom
jpjjulie:issue-207
Nov 16, 2019
Merged

Marked _Doraise() functions as override (improves #207)#302
Stephan T. Lavavej (StephanTLavavej) merged 1 commit into
microsoft:masterfrom
jpjjulie:issue-207

Conversation

@jpjjulie

Copy link
Copy Markdown
Contributor

I have fixed _doraise() to become override functions. Unfortunately, I couldn't fix all the functions as I am not very familiar with the code. Sorry about that!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good to me, but clang-format validation is failing because there should be a space before the brace in override{ . If you fix those occurrences, the validation should pass. You can either run clang-format 9.0.0 on these files, or you can click on the Details for the "microsoft.STL (x64)" check, which will display the edits that clang-format wants to make. Thanks!

@jpjjulie

Copy link
Copy Markdown
Contributor Author

Thank you for the feedback! I have made the necessary corrections.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good! I counted, and they're all here.

@StephanTLavavej Stephan T. Lavavej (StephanTLavavej) changed the title Fix #102: Marked _Doraise() functions as override Marked _Doraise() functions as override (improves #207) Nov 15, 2019
@StephanTLavavej

Copy link
Copy Markdown
Member

I'm porting this to our Microsoft-internal MSVC repo now, for a full build and test run.

@StephanTLavavej
Stephan T. Lavavej (StephanTLavavej) merged commit 580e61a into microsoft:master Nov 16, 2019
@StephanTLavavej

Copy link
Copy Markdown
Member

This passed our tests, so I've merged your improvement for the VS 2019 16.5 Preview 2 release. Thanks again!

fengjixuchui added a commit to fengjixuchui/STL that referenced this pull request Nov 16, 2019
Marked _Doraise() functions as override (microsoft#302)
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