Skip to content
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

fix Issue 7944 - std.range.iota.popFront() cycles when the range is empty #545

Merged
merged 2 commits into from Apr 23, 2012

Commits on Apr 20, 2012

  1. fix Issue 7944 - std.range.iota.popFront() cycles when the range is e…

    …mpty
    
    Added !empty assertions to front, popFront, back, and popBack to the integer
    iota like some other ranges do. Also added the one that was missing to the
    floating point iota.
    brad-anderson committed Apr 20, 2012
    Copy the full SHA
    028699f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2012

  1. Copy the full SHA
    23bfcd7 View commit details
    Browse the repository at this point in the history