-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Convert contiguous_iterators to pointers correctly #1527
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
... even in std algorithms that optimize general `contiguous_iterator`s. Fixes microsoft#1523.
|
#1433 contains another fix |
|
@CaseyCarter says that this PR should be merged first, and then #1433 should be merged on top of this, since this is a targeted fix. |
|
I've pushed a merge; this PR was editing |
|
FYI @cbezault, I pushed minor changes after you approved. |
|
FYI @cbezault I pushed changes again, so that the tests will pass in the MSVC-internal repo (which insists on linking and running all executables, whereas you had taught the GitHub test harness to skip linking/running |
|
Thanks for fixing this bug! 😺 |
... even in std algorithms that optimize general
contiguous_iterators.Fixes #1523.