-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Implement P1425 iterator range constructors for stack and queue #1994
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
StephanTLavavej
merged 19 commits into
microsoft:main
from
miscco:p1425r4-stack-queue-constructors
Aug 17, 2021
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
63eb68a
Implement P1425 stack and queue constructors
miscco 0c910e3
Adopt LWG-3506
miscco 43b0e58
Adopt LWG-3522
miscco a34d8fa
Use _Iter_value_t rather than iter_value_t
miscco 239467d
drop mentions in yvals_core
miscco 83957fd
Merge branch 'main' into p1425r4-stack-queue-constructors
miscco ccdf327
Add feature test macro
miscco 0cd5770
Use the right paper name
miscco a9e8c3d
Apply STLs review comments
miscco 54fe849
Merge branch 'main' into p1425r4-stack-queue-constructors
StephanTLavavej 55cea37
Adopt P1518R2 Stop Overconstraining Allocators In Container Deduction…
miscco 3fdb419
Revert "Adopt P1518R2 Stop Overconstraining Allocators In Container D…
miscco f6ffc78
Merge branch 'main' into p1425r4-stack-queue-constructors
miscco b73cc38
Merge branch 'main' into p1425r4-stack-queue-constructors
miscco 77687b1
Merge branch 'main' into p1425r4-stack-queue-constructors
StephanTLavavej f58bad7
Code review feedback.
StephanTLavavej 9a7e781
Rename variables, part 1: [pq2, pq7] to [xy3, xy8].
StephanTLavavej 24af420
Rename variables, part 2: [xy3, xy8] to [pq3, pq8].
StephanTLavavej 6473d6d
Test `priority_queue(InIt, InIt, const Compare&)`.
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
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.