-
Notifications
You must be signed in to change notification settings - Fork 46
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
wrong result when using std::view::zip #40
Comments
Hi, and thanks for the bug report! I confirm the issue, and it looks like a bug since |
It turns out that I did not handle proxy iterators correctly. I pushed a new commit to branch The pipeline is partly broken because the CI jobs were meant to target C++20 and I will have some additional work to do in that area, but I ran tests locally with GCC 14, and the issues seems fixed. |
Great! Thanks a lot for your quick response and efforts! |
No problem! Do you confirm that the issue is fixed on your side? If so, we can close that ticket. |
Confirmed. Perfect! Thank you! |
Here is my code compiled with option -std=c++23, gcc 14.2:
Expected result is:
However, I got
The text was updated successfully, but these errors were encountered: