[phobos] [D-Programming-Language/phobos] dc352e: Only define Until.save() forward ranges

noreply at github.com noreply at github.com
Mon May 16 07:10:15 PDT 2011


Branch: refs/heads/master
Home:   https://github.com/D-Programming-Language/phobos

Commit: dc352eaec9b19d1109884e5b31c3e6ac1a4c462a
    https://github.com/D-Programming-Language/phobos/commit/dc352eaec9b19d1109884e5b31c3e6ac1a4c462a
Author: Lars T. Kyllingstad <git at kyllingen.net>
Date:   2011-05-16 (Mon, 16 May 2011)

Changed paths:
  M std/algorithm.d

Log Message:
-----------
Only define Until.save() forward ranges

std.algorithm.Until.save() was defined for all ranges, but should only
be defined when the underlying range is a forward range.


Commit: 390ae7bc243e8231ef16928c9ed591d4451e701c
    https://github.com/D-Programming-Language/phobos/commit/390ae7bc243e8231ef16928c9ed591d4451e701c
Author: Andrei Alexandrescu <andrei at erdani.com>
Date:   2011-05-16 (Mon, 16 May 2011)

Changed paths:
  M std/algorithm.d

Log Message:
-----------
Merge pull request #48 from kyllingstad/until-forward-range

Only define std.algorithm.Until.save() for forward ranges


Compare: https://github.com/D-Programming-Language/phobos/compare/3b628ae...390ae7b


More information about the phobos mailing list