Implement constexpr std::vector#1407
Merged
StephanTLavavej merged 53 commits intomicrosoft:mainfrom Feb 17, 2021
Merged
Conversation
cb3577f to
1c233ed
Compare
bfde4ad to
df5520f
Compare
miscco
commented
Oct 28, 2020
miscco
commented
Oct 28, 2020
miscco
commented
Oct 28, 2020
b75ed25 to
5abcd64
Compare
Contributor
Author
|
@CaseyCarter, @StephanTLavavej I seem to recall that I found those unexplicable queue errors in one of the earlier PRs |
5e8f71d to
3b81789
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
CaseyCarter
reviewed
Oct 28, 2020
c38d9ab to
0905e0e
Compare
Contributor
Author
|
There were some merge conflicts with this and the previous PRs, so I went ahead and cleaned them up and dropped one. |
a3fd33c to
15feb28
Compare
miscco
commented
Oct 31, 2020
7a50720 to
83f4284
Compare
Contributor
Author
|
There is more of them! |
Member
|
Is this blocked on a Clang compiler bug that needs to be filed, or do you need assistance reducing the weird compiler error to a self-contained test case that can be filed? |
StephanTLavavej
approved these changes
Feb 11, 2021
This comment has been minimized.
This comment has been minimized.
StephanTLavavej
approved these changes
Feb 16, 2021
Member
|
Pushed (and mirrored) two changes:
|
StephanTLavavej
approved these changes
Feb 17, 2021
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Member
|
Thanks for |
Contributor
Author
|
Huge shoutout to @mnatsuhara for her incredible work on all the compiler fixes 🎉 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #45
NOTE: The first commit simply squashed the in flight PRs to simplify review