Skip to content

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

Merged
StephanTLavavej merged 1 commit intomicrosoft:masterfrom
jpjjulie:issue-207
Nov 16, 2019
Merged

Marked _Doraise() functions as override (improves #207)#302
StephanTLavavej merged 1 commit intomicrosoft:masterfrom
jpjjulie:issue-207

Conversation

@jpjjulie
Copy link
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!

@jpjjulie jpjjulie requested a review from a team as a code owner November 15, 2019 21:22
Copy link
Member

@StephanTLavavej StephanTLavavej left a comment

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
Contributor Author

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

Copy link
Contributor

@CaseyCarter CaseyCarter left a comment

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 StephanTLavavej changed the title Fix #102: Marked _Doraise() functions as override Marked _Doraise() functions as override (improves #207) Nov 15, 2019
@StephanTLavavej
Copy link
Member

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

@StephanTLavavej StephanTLavavej merged commit 580e61a into microsoft:master Nov 16, 2019
@StephanTLavavej
Copy link
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