-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Implement constexpr std::vector #1407
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
Conversation
cb3577f
to
1c233ed
Compare
bfde4ad
to
df5520f
Compare
b75ed25
to
5abcd64
Compare
@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.
c38d9ab
to
0905e0e
Compare
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
7a50720
to
83f4284
Compare
There is more of them! |
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? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
This comment has been minimized.
This comment has been minimized.
Pushed (and mirrored) two changes:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thanks for |
Huge shoutout to @mnatsuhara for her incredible work on all the compiler fixes 🎉 |
Fixes #45
NOTE: The first commit simply squashed the in flight PRs to simplify review