Skip to content

fixed example: iterate all left items #34

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

Merged
merged 1 commit into from
Mar 23, 2018
Merged

fixed example: iterate all left items #34

merged 1 commit into from
Mar 23, 2018

Conversation

lorond
Copy link

@lorond lorond commented Mar 23, 2018

Items was not iterated when several items left in another source while current source has ended.

a : 1 5 6 10
b : 2 4 7 8 9 13 15 17
c : 1 2 4 5 6 7 8 9 10 13 13 13

fixed to

a : 1 5 6 10
b : 2 4 7 8 9 13 15 17
c : 1 2 4 5 6 7 8 9 10 13 15 17

@olk olk merged commit 8df277d into boostorg:master Mar 23, 2018
@olk
Copy link
Member

olk commented Mar 23, 2018

ty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants