Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
STL
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
11.1k
Code
Issues
565
Pull requests
34
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
When wchar_t is a real type, users shouldn't see unsigned short machinery
- #2164
#2164
Merged
Stephan T. Lavavej (StephanTLavavej)
merged 14 commits into
microsoft:main
microsoft/STL:main
from
fsb4000:fix216
fsb4000/STL:fix216
Copy head branch name to clipboard
Jun 16, 2022
Conversation
Commits
14
(14)
Checks
Files changed
Merged
When wchar_t is a real type, users shouldn't see unsigned short machinery
#2164
Stephan T. Lavavej (StephanTLavavej)
merged 14 commits into
microsoft:main
microsoft/STL:main
from
fsb4000:fix216
fsb4000/STL:fix216
Copy head branch name to clipboard
Commits
Commits on Aug 28, 2021
When wchar_t is a real type, users shouldn't see unsigned short machinery
Igor Zhukov (fsb4000)
committed
ccad7a6
View commit details
Copy full SHA for ccad7a6
Browse repository at this point
restore stl/inc/xlocale
Igor Zhukov (fsb4000)
committed
72cb217
View commit details
Copy full SHA for 72cb217
Browse repository at this point
restore unsigned short counterparts for stl build.
Igor Zhukov (fsb4000)
committed
eb8a530
View commit details
Copy full SHA for eb8a530
Browse repository at this point
restore stl/inc/xlocale again :(
Igor Zhukov (fsb4000)
committed
66d8468
View commit details
Copy full SHA for 66d8468
Browse repository at this point
Commits on Sep 4, 2021
delete ushistream, ushostream, ushfilebuf from iosfwd
Igor Zhukov (fsb4000)
committed
2abc5bd
View commit details
Copy full SHA for 2abc5bd
Browse repository at this point
`codecvt<unsigned short, char, mbstate_t>` needs to be visible only when `_ENFORCE_FACET_SPECIALIZATIONS` is 0
Igor Zhukov (fsb4000)
committed
f4b449e
View commit details
Copy full SHA for f4b449e
Browse repository at this point
define _ENFORCE_FACET_SPECIALIZATIONS to 0
Igor Zhukov (fsb4000)
committed
6e54ab2
View commit details
Copy full SHA for 6e54ab2
Browse repository at this point
Commits on Sep 26, 2021
Merge branch 'main' into fix216
Igor Zhukov (fsb4000)
committed
194bc76
View commit details
Copy full SHA for 194bc76
Browse repository at this point
Commits on Nov 21, 2021
Merge branch 'microsoft:main' into fix216
Igor Zhukov (fsb4000)
authored
89fb732
View commit details
Copy full SHA for 89fb732
Browse repository at this point
Commits on Jan 26, 2022
Merge branch 'microsoft:main' into fix216
Igor Zhukov (fsb4000)
authored
e45aae1
View commit details
Copy full SHA for e45aae1
Browse repository at this point
Commits on May 7, 2022
Merge branch 'main' into fix216 and fix conflicts
Igor Zhukov (fsb4000)
committed
5a87544
View commit details
Copy full SHA for 5a87544
Browse repository at this point
Commits on Jun 9, 2022
Merge branch 'main' into fix216
Igor Zhukov (fsb4000)
committed
66473ac
View commit details
Copy full SHA for 66473ac
Browse repository at this point
collaps `#if defined(_NATIVE_WCHAR_T_DEFINED) && defined(_CRTBLD)` to `#ifdef _CRTBLD`
Igor Zhukov (fsb4000)
committed
4af010a
View commit details
Copy full SHA for 4af010a
Browse repository at this point
remove `unsigned short` from `asserts`
Igor Zhukov (fsb4000)
committed
3077469
View commit details
Copy full SHA for 3077469
Browse repository at this point
You can’t perform that action at this time.