-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[libc++] Implement views::join_with
#65536
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
3259db4
to
0481670
Compare
0481670
to
f113229
Compare
@JMazurkiewicz Please ping us when this is ready to review and make it a non-draft. |
f113229
to
1835f68
Compare
✅ With the latest revision this PR passed the C/C++ code formatter. |
I guess with constexpr variant this cool feature can be finalized now :) |
a84985a
to
fcdf64a
Compare
54a741c
to
a9a1031
Compare
a9a1031
to
9406093
Compare
Ping @huixie90 |
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.
LGTM with some nits. Thanks very much for the patch!
Sorry for the churn about the |
…of `__iterator` Comment: llvm#65536 (comment)
Thank you @huixie90 for your review. I've pushed commits addressing your latest comments (95ea7bc, 8ab29fb, 7198928), and changing three more things:
|
e08bf0c
to
fa9e257
Compare
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.
LGTM. The CI failures are probably unrelated.
Merging this as comments are addressed. CI is green except for msan, which is an existing issue on main and unrelated to this patch |
* Implement "P2441R2 `views::join_with`" (https://wg21.link/P2441R2), closes llvm#105185 * Implement LWG4074 (https://wg21.link/LWG4074), closes llvm#105346 * Complete implementation of "P2711R1 Making multi-param constructors of views explicit" (https://wg21.link/P2711R1), closes llvm#105252 * Complete implementation of "P2770R0 Stashing stashing iterators for proper flattening" (https://wg21.link/P2770R0), closes llvm#105250
views::join_with
" (https://wg21.link/P2441R2), closes P2441R2:views::join_with
#105185compatible-joinable-ranges
is underconstrained #105346views
explicit
#105252iterators
for proper flattening #105250