-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Misc constexpr #491
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
Merged
Misc constexpr #491
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
539c4e6
Fix incorrect constexpr qualification of string_view::copy
miscco 3a70a44
Make pair::operator= constexpr
miscco 9e383e2
Make swap overload of pair constexpr
miscco 7f74b86
Make tuple constexpr
miscco e4dcd53
Make array::swap constexpr
miscco c10d3a9
Make array::fill constexpr
miscco 0d16293
Make back_insert_iterator constexpr
miscco 237138b
Make front_insert_iterator constexpr
miscco a7a3b4b
Make insert_iterator constexpr
miscco 5c40bc5
Make default_searcher constexpr
miscco 64d7a60
Add feature test macros
miscco f83b08c
Rename and properly list P1032R1_miscellaneous_constexpr.
StephanTLavavej b82927c
List feature, add/test feature-test macros.
StephanTLavavej 5a88857
Don't mark a deleted operator as constexpr.
StephanTLavavej 7c8d6bb
Add review changes from STL
miscco 3a38a1f
[string] More constexpr
miscco 6d8a6b5
Fix unused variable warning
miscco c2efcf1
Add check for string test
miscco 768ad63
Apply suggestions from code review
miscco b345b63
Make internal machinery unconditionally constexpr
miscco 49f8dd2
{xstring] Guard against overlapping ranges
miscco 8ed8cd9
Supress spurious warning
miscco 8c37084
Use __builtins when available
miscco 2bb3b56
Redirect please
miscco 3a99fb8
Merge branch 'master' into misc_constexpr
StephanTLavavej 86484e5
Add missing return statement.
StephanTLavavej ffff3c6
Adjust preprocessor comments.
StephanTLavavej 0dae04a
Update libcxx results.
StephanTLavavej 1e8ad54
Fix "unused variable" test warnings.
StephanTLavavej ffe2016
Adjust preprocessor comments.
StephanTLavavej bba486c
Code review feedback.
StephanTLavavej 8571e0a
Simplify is_constant_evaluated logic.
StephanTLavavej b2ddb60
Improve consistency.
StephanTLavavej fd291a8
Fix char_traits for all compilers.
StephanTLavavej b29339b
Review and extend tests.
StephanTLavavej b92e9a0
Fix comment typo, enhance comments.
StephanTLavavej 1a726b4
Centralize _HAS_MEMCPY_MEMMOVE_INTRINSICS.
StephanTLavavej ea49f51
Code review feedback: Call _Primary_char_traits::assign.
StephanTLavavej 5c178c0
Inherit from _Primary_char_traits to reduce code duplication.
StephanTLavavej 3c0fbbd
Add comments and reorder functions.
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
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.