-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Implement P2438R2 string::substr() &&
#3057
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
Stephan T. Lavavej (StephanTLavavej)
merged 30 commits into
microsoft:main
from
frederick-vs-ja:p2438r2
Sep 1, 2022
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b0f2401
Implement P2438R2 and (un)fix allocator propagation
frederick-vs-ja 7b283ce
Add test files for GH-3022
frederick-vs-ja f623376
Add test files for P2438R2
frederick-vs-ja 518cd1b
Add missing license
frederick-vs-ja e184af5
Add tests for GH-3022 and P2438R2 to list
frederick-vs-ja f60413d
Also test well-formedness change before/after P2438R2
frederick-vs-ja bd6e75e
Fix mis-formatting
frederick-vs-ja 5ab204a
<cstddef> should be included
frederick-vs-ja 36ca7d1
<string_view> should be included
frederick-vs-ja c88d4b7
Workaround for EDG's __builtin_memcmp
frederick-vs-ja 9f0f6ed
Skip P2438R2 test for EDG
frederick-vs-ja 28db86e
Only use workaround for EDG since C++20
frederick-vs-ja aa93602
Merge branch 'main' into p2438r2
StephanTLavavej d5fe238
Mention basic_string_view in static_assert.
StephanTLavavej d9f588e
Mention unqualified _BUF_SIZE.
StephanTLavavej 7983801
_Eos() takes care of updating _Mysize.
StephanTLavavej 5df2855
Mention new feature in yvals_core.h.
StephanTLavavej 6b10c8b
Include <utility> for move().
StephanTLavavej ef33954
Style: constexpr explicit.
StephanTLavavej 7ca2319
Typo: quiet => quite.
StephanTLavavej 92d2ac9
Clarify static_assert messages.
StephanTLavavej 2520e87
Extract offset/count for clarity.
StephanTLavavej cb643ed
Style: _Ind => _Idx.
StephanTLavavej 53ca196
Use _STD is_constant_evaluated() in C++20 mode.
StephanTLavavej c6337f0
Newline between non-chained if-statements.
StephanTLavavej 52481f5
Use direct-init.
StephanTLavavej 198554b
Preprocessor comment nitpicks.
StephanTLavavej 87b6012
Reported VSO-1601168.
StephanTLavavej 3fd829e
Reported VSO-1601179.
StephanTLavavej 4dcc0d7
Merge branch 'main' into p2438r2
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # Copyright (c) Microsoft Corporation. | ||
| # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||
|
|
||
| RUNALL_INCLUDE ..\usual_matrix.lst |
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.