Skip to content

Remove redundant uses of virtual keyword - #2069

Merged
Stephan T. Lavavej (StephanTLavavej) merged 6 commits into
microsoft:mainfrom
SuperWig:override
Aug 6, 2021
Merged

Remove redundant uses of virtual keyword#2069
Stephan T. Lavavej (StephanTLavavej) merged 6 commits into
microsoft:mainfrom
SuperWig:override

Conversation

@SuperWig

@SuperWig Daniel Marshall (SuperWig) commented Jul 21, 2021

Copy link
Copy Markdown
Contributor

Fixes #303.
Fixes #207.

Opening as draft due to "decision-needed" tag, though there wasn't anyone opposing. The ones that go onto a new line do make it harder to notice the override.

Comment thread stl/inc/cvt/jis_0208 Outdated
@CaseyCarter Casey Carter (CaseyCarter) added the enhancement Something can be improved label Jul 21, 2021
@StephanTLavavej

Copy link
Copy Markdown
Member

We've decided that this is indeed desirable - thanks! 😸

@AlexGuteniev

Copy link
Copy Markdown
Contributor

Apparently this will resolve #207 as well

@StephanTLavavej

Copy link
Copy Markdown
Member

Looks great, thanks! I've pushed a merge with main (no conflicts, including stealth clang-format conflicts) and I found no additional occurrences in product code that need to be changed. The fact that we were missing virtual entirely in some locations was 🙀 - thank you for cleaning everything up to say override. 😻

@StephanTLavavej

Copy link
Copy Markdown
Member

Thanks for this comprehensive cleanup! 🧹 😻 🚀

@SuperWig
Daniel Marshall (SuperWig) deleted the override branch August 6, 2021 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Something can be improved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

STL: Should we avoid repeating virtual for override functions? STL: Finish marking virtual functions as override

4 participants