-
Notifications
You must be signed in to change notification settings - Fork 1.6k
More code cleanups in stl/src #912
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
StephanTLavavej
merged 21 commits into
microsoft:master
from
StephanTLavavej:more_cleanups
Jun 24, 2020
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
3ed6ca9
Remove unnecessary parentheses.
StephanTLavavej e570c28
Use static_cast.
StephanTLavavej 790c4f5
Use reinterpret_cast.
StephanTLavavej 904acf2
static_cast from void*.
StephanTLavavej 74a08fe
static_cast<const char*> memchr(), don't cast wmemchr().
StephanTLavavej e359eed
Use reinterpret_cast for _Dval/_Fval/_Lval, remove parens.
StephanTLavavej f60673f
Use const_cast.
StephanTLavavej 662d461
Don't macroize ldexpf/sqrtf; the UCRT provides them.
StephanTLavavej 1531555
const_cast<short*>, then implicitly convert to void*.
StephanTLavavej eaeda97
static_cast and const_cast to locale::facet*.
StephanTLavavej 55e7b07
Use nullptr.
StephanTLavavej 540e637
Change __alignof to alignof.
StephanTLavavej 6f93267
Change wchar_t(0) to L'\0'.
StephanTLavavej d5f3617
unsigned long is always 32-bit.
StephanTLavavej c98869f
Use default template args, name typedefs consistently.
StephanTLavavej 0f432fb
Fix preprocessor comment.
StephanTLavavej 86c50ae
Adjust test strings in tr1.
StephanTLavavej 776db9d
Drop reinterpret_cast<char*>, use const auto.
StephanTLavavej 0eb9d4b
Define `unsigned short frac` at initializer.
StephanTLavavej 7436f5e
Extract assignments before if-statements.
StephanTLavavej 6d41d69
Merge branch 'master' into more_cleanups
StephanTLavavej File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.