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
564
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
Misc constexpr
- #491
#491
Merged
Stephan T. Lavavej (StephanTLavavej)
merged 40 commits into
microsoft:master
microsoft/STL:master
from
miscco:misc_constexpr
miscco/STL:misc_constexpr
Copy head branch name to clipboard
May 23, 2020
Conversation
Commits
40
(40)
Checks
Files changed
Merged
Misc constexpr
#491
Stephan T. Lavavej (StephanTLavavej)
merged 40 commits into
microsoft:master
microsoft/STL:master
from
miscco:misc_constexpr
miscco/STL:misc_constexpr
Copy head branch name to clipboard
Commits
Commits on May 13, 2020
Fix incorrect constexpr qualification of string_view::copy
Michael Schellenberger Costa (miscco)
committed
539c4e6
View commit details
Copy full SHA for 539c4e6
Browse repository at this point
Make pair::operator= constexpr
Michael Schellenberger Costa (miscco)
committed
3a70a44
View commit details
Copy full SHA for 3a70a44
Browse repository at this point
Make swap overload of pair constexpr
Michael Schellenberger Costa (miscco)
committed
9e383e2
View commit details
Copy full SHA for 9e383e2
Browse repository at this point
Make tuple constexpr
Michael Schellenberger Costa (miscco)
committed
7f74b86
View commit details
Copy full SHA for 7f74b86
Browse repository at this point
Make array::swap constexpr
Michael Schellenberger Costa (miscco)
committed
e4dcd53
View commit details
Copy full SHA for e4dcd53
Browse repository at this point
Make array::fill constexpr
Michael Schellenberger Costa (miscco)
committed
c10d3a9
View commit details
Copy full SHA for c10d3a9
Browse repository at this point
Make back_insert_iterator constexpr
Michael Schellenberger Costa (miscco)
committed
0d16293
View commit details
Copy full SHA for 0d16293
Browse repository at this point
Make front_insert_iterator constexpr
Michael Schellenberger Costa (miscco)
committed
237138b
View commit details
Copy full SHA for 237138b
Browse repository at this point
Make insert_iterator constexpr
Show description for a7a3b4b
Michael Schellenberger Costa (miscco)
committed
a7a3b4b
View commit details
Copy full SHA for a7a3b4b
Browse repository at this point
Make default_searcher constexpr
Michael Schellenberger Costa (miscco)
committed
5c40bc5
View commit details
Copy full SHA for 5c40bc5
Browse repository at this point
Add feature test macros
Michael Schellenberger Costa (miscco)
committed
64d7a60
View commit details
Copy full SHA for 64d7a60
Browse repository at this point
Rename and properly list P1032R1_miscellaneous_constexpr.
Show description for f83b08c
Stephan T. Lavavej (StephanTLavavej)
authored and
Michael Schellenberger Costa (miscco)
committed
f83b08c
View commit details
Copy full SHA for f83b08c
Browse repository at this point
List feature, add/test feature-test macros.
Stephan T. Lavavej (StephanTLavavej)
authored and
Michael Schellenberger Costa (miscco)
committed
b82927c
View commit details
Copy full SHA for b82927c
Browse repository at this point
Don't mark a deleted operator as constexpr.
Stephan T. Lavavej (StephanTLavavej)
authored and
Michael Schellenberger Costa (miscco)
committed
5a88857
View commit details
Copy full SHA for 5a88857
Browse repository at this point
Add review changes from STL
Michael Schellenberger Costa (miscco)
committed
7c8d6bb
View commit details
Copy full SHA for 7c8d6bb
Browse repository at this point
[string] More constexpr
Michael Schellenberger Costa (miscco)
committed
3a38a1f
View commit details
Copy full SHA for 3a38a1f
Browse repository at this point
Fix unused variable warning
Michael Schellenberger Costa (miscco)
committed
6d8a6b5
View commit details
Copy full SHA for 6d8a6b5
Browse repository at this point
Add check for string test
Michael Schellenberger Costa (miscco)
committed
c2efcf1
View commit details
Copy full SHA for c2efcf1
Browse repository at this point
Apply suggestions from code review
Show description for 768ad63
Michael Schellenberger Costa (miscco)
and
Casey Carter (CaseyCarter)
committed
768ad63
View commit details
Copy full SHA for 768ad63
Browse repository at this point
Make internal machinery unconditionally constexpr
Michael Schellenberger Costa (miscco)
committed
b345b63
View commit details
Copy full SHA for b345b63
Browse repository at this point
{xstring] Guard against overlapping ranges
Michael Schellenberger Costa (miscco)
committed
49f8dd2
View commit details
Copy full SHA for 49f8dd2
Browse repository at this point
Commits on May 14, 2020
Supress spurious warning
Michael Schellenberger Costa (miscco)
committed
8ed8cd9
View commit details
Copy full SHA for 8ed8cd9
Browse repository at this point
Commits on May 16, 2020
Use __builtins when available
Michael Schellenberger Costa (miscco)
committed
8c37084
View commit details
Copy full SHA for 8c37084
Browse repository at this point
Commits on May 17, 2020
Redirect please
Michael Schellenberger Costa (miscco)
committed
2bb3b56
View commit details
Copy full SHA for 2bb3b56
Browse repository at this point
Commits on May 19, 2020
Merge branch 'master' into misc_constexpr
Stephan T. Lavavej (StephanTLavavej)
committed
3a99fb8
View commit details
Copy full SHA for 3a99fb8
Browse repository at this point
Add missing return statement.
Stephan T. Lavavej (StephanTLavavej)
committed
86484e5
View commit details
Copy full SHA for 86484e5
Browse repository at this point
Adjust preprocessor comments.
Stephan T. Lavavej (StephanTLavavej)
committed
ffff3c6
View commit details
Copy full SHA for ffff3c6
Browse repository at this point
Commits on May 20, 2020
Update libcxx results.
Stephan T. Lavavej (StephanTLavavej)
committed
0dae04a
View commit details
Copy full SHA for 0dae04a
Browse repository at this point
Fix "unused variable" test warnings.
Stephan T. Lavavej (StephanTLavavej)
committed
1e8ad54
View commit details
Copy full SHA for 1e8ad54
Browse repository at this point
Adjust preprocessor comments.
Stephan T. Lavavej (StephanTLavavej)
committed
ffe2016
View commit details
Copy full SHA for ffe2016
Browse repository at this point
Commits on May 21, 2020
Code review feedback.
Stephan T. Lavavej (StephanTLavavej)
committed
bba486c
View commit details
Copy full SHA for bba486c
Browse repository at this point
Simplify is_constant_evaluated logic.
Stephan T. Lavavej (StephanTLavavej)
committed
8571e0a
View commit details
Copy full SHA for 8571e0a
Browse repository at this point
Improve consistency.
Stephan T. Lavavej (StephanTLavavej)
committed
b2ddb60
View commit details
Copy full SHA for b2ddb60
Browse repository at this point
Fix char_traits for all compilers.
Stephan T. Lavavej (StephanTLavavej)
committed
fd291a8
View commit details
Copy full SHA for fd291a8
Browse repository at this point
Commits on May 22, 2020
Review and extend tests.
Stephan T. Lavavej (StephanTLavavej)
committed
b29339b
View commit details
Copy full SHA for b29339b
Browse repository at this point
Fix comment typo, enhance comments.
Stephan T. Lavavej (StephanTLavavej)
committed
b92e9a0
View commit details
Copy full SHA for b92e9a0
Browse repository at this point
Centralize _HAS_MEMCPY_MEMMOVE_INTRINSICS.
Stephan T. Lavavej (StephanTLavavej)
committed
1a726b4
View commit details
Copy full SHA for 1a726b4
Browse repository at this point
Commits on May 23, 2020
Code review feedback: Call _Primary_char_traits::assign.
Stephan T. Lavavej (StephanTLavavej)
committed
ea49f51
View commit details
Copy full SHA for ea49f51
Browse repository at this point
Inherit from _Primary_char_traits to reduce code duplication.
Stephan T. Lavavej (StephanTLavavej)
committed
5c178c0
View commit details
Copy full SHA for 5c178c0
Browse repository at this point
Add comments and reorder functions.
Stephan T. Lavavej (StephanTLavavej)
committed
3c0fbbd
View commit details
Copy full SHA for 3c0fbbd
Browse repository at this point
You can’t perform that action at this time.