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
Cleanup vector a bit
- #1771
#1771
Merged
Stephan T. Lavavej (StephanTLavavej)
merged 15 commits into
microsoft:main
microsoft/STL:main
from
miscco:cleanup_vector
miscco/STL:cleanup_vector
Copy head branch name to clipboard
Jun 29, 2021
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Cleanup vector a bit
#1771
Stephan T. Lavavej (StephanTLavavej)
merged 15 commits into
microsoft:main
microsoft/STL:main
from
miscco:cleanup_vector
miscco/STL:cleanup_vector
Copy head branch name to clipboard
Commits
Commits on Mar 23, 2021
Inline _UFill
Michael Schellenberger Costa (miscco)
committed
9ef5885
View commit details
Copy full SHA for 9ef5885
Browse repository at this point
Inline _Ucopy
Michael Schellenberger Costa (miscco)
committed
e5379d6
View commit details
Copy full SHA for e5379d6
Browse repository at this point
Inline _Umove
Michael Schellenberger Costa (miscco)
committed
ba7ea4f
View commit details
Copy full SHA for ba7ea4f
Browse repository at this point
Inline _Umove_if_noexcept
Michael Schellenberger Costa (miscco)
committed
f75448e
View commit details
Copy full SHA for f75448e
Browse repository at this point
Inline _Destroy
Michael Schellenberger Costa (miscco)
committed
49aab9a
View commit details
Copy full SHA for 49aab9a
Browse repository at this point
Pull some calls to _Getal() into a local variable
Michael Schellenberger Costa (miscco)
committed
f387efe
View commit details
Copy full SHA for f387efe
Browse repository at this point
Cleanup construction of vector with known size
Michael Schellenberger Costa (miscco)
committed
7cb8c2e
View commit details
Copy full SHA for 7cb8c2e
Browse repository at this point
There was only one use of _Move_construct and the tag dispatch did nothing
Michael Schellenberger Costa (miscco)
committed
4e98f2c
View commit details
Copy full SHA for 4e98f2c
Browse repository at this point
Move_assign is only used once and can be simplified a lot
Michael Schellenberger Costa (miscco)
committed
1ac385e
View commit details
Copy full SHA for 1ac385e
Browse repository at this point
Commits on Mar 24, 2021
Fix improper tag dispatch
Michael Schellenberger Costa (miscco)
committed
c1204f8
View commit details
Copy full SHA for c1204f8
Browse repository at this point
Fix missing release of guard
Michael Schellenberger Costa (miscco)
committed
8f2e82a
View commit details
Copy full SHA for 8f2e82a
Browse repository at this point
Commits on May 3, 2021
Merge branch 'main' into cleanup_vector
Michael Schellenberger Costa (miscco)
committed
7bb597e
View commit details
Copy full SHA for 7bb597e
Browse repository at this point
address review comments
Michael Schellenberger Costa (miscco)
committed
536e33a
View commit details
Copy full SHA for 536e33a
Browse repository at this point
Commits on Jun 16, 2021
Merge branch 'main' into cleanup_vector
Stephan T. Lavavej (StephanTLavavej)
committed
c5c828b
View commit details
Copy full SHA for c5c828b
Browse repository at this point
Code review feedback.
Stephan T. Lavavej (StephanTLavavej)
committed
9751f9d
View commit details
Copy full SHA for 9751f9d
Browse repository at this point
You can’t perform that action at this time.