-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Unwrappable iter/sent pairs! #3024
Unwrappable iter/sent pairs! #3024
Conversation
@CaseyCarter how do you feel about my new version? |
I feel like the code formatting could be better 🥁 (looking now). |
…ng-with-sentinels
…ng-with-sentinels
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.
One test is failing for x86:
C:\a\1\s\tests\std\tests\P0896R4_ranges_alg_reverse_copy\test.cpp(136): fatal error C1060: compiler is out of heap space
@strega-nil-ms Now that #2987 has landed, there's a merge conflict in |
…ng-with-sentinels
@StephanTLavavej it has been moiged! |
tests/std/tests/GH_002992_unwrappable_iter_sent_pairs/test.compile.pass.cpp
Show resolved
Hide resolved
tests/std/tests/GH_002992_unwrappable_iter_sent_pairs/test.compile.pass.cpp
Outdated
Show resolved
Hide resolved
tests/std/tests/GH_002992_unwrappable_iter_sent_pairs/test.compile.pass.cpp
Outdated
Show resolved
Hide resolved
tests/std/tests/GH_002992_unwrappable_iter_sent_pairs/test.compile.pass.cpp
Outdated
Show resolved
Hide resolved
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for unwrapping these iterators and sentinels so cats can play with the wrapping paper! 🐈 🎁 🐈⬛ |
The existing machinery leaves much to be desired, see #2992. This will hopefully fix those issues.
Requires tests