-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
When wchar_t is a real type, users shouldn't see unsigned short machinery #2164
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
ccad7a6
When wchar_t is a real type, users shouldn't see unsigned short machi…
fsb4000 72cb217
restore stl/inc/xlocale
fsb4000 eb8a530
restore unsigned short counterparts for stl build.
fsb4000 66d8468
restore stl/inc/xlocale again :(
fsb4000 2abc5bd
delete ushistream, ushostream, ushfilebuf from iosfwd
fsb4000 f4b449e
`codecvt<unsigned short, char, mbstate_t>` needs to be visible only w…
fsb4000 6e54ab2
define _ENFORCE_FACET_SPECIALIZATIONS to 0
fsb4000 194bc76
Merge branch 'main' into fix216
fsb4000 89fb732
Merge branch 'microsoft:main' into fix216
fsb4000 e45aae1
Merge branch 'microsoft:main' into fix216
fsb4000 5a87544
Merge branch 'main' into fix216 and fix conflicts
fsb4000 66473ac
Merge branch 'main' into fix216
fsb4000 4af010a
collaps `#if defined(_NATIVE_WCHAR_T_DEFINED) && defined(_CRTBLD)` to…
fsb4000 3077469
remove `unsigned short` from `asserts`
fsb4000 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 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 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've never given it any thought before, but seriously who put
defined
in the name of a macro so we have to query ifMEOW_DEFINED
is defined??!? This is even worse that puttingnot
in the name of a boolean condition. (No change requested.)