[phobos] [D-Programming-Language/phobos] 53cf50: Fixed note on bidirectional ranges.
GitHub
noreply at github.com
Wed May 23 07:47:27 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 53cf501d8c5ddce94c3875c787b5aa39183fd966
https://github.com/D-Programming-Language/phobos/commit/53cf501d8c5ddce94c3875c787b5aa39183fd966
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2012-05-18 (Fri, 18 May 2012)
Changed paths:
M std/range.d
Log Message:
-----------
Fixed note on bidirectional ranges.
It said that they were input ranges (plus the extra functions for a
bidirectional range), but isBidirectionalRange requires a forward range.
Commit: adafbe059594bafe329806364e6de5e7a9dbd4b7
https://github.com/D-Programming-Language/phobos/commit/adafbe059594bafe329806364e6de5e7a9dbd4b7
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M std/range.d
Log Message:
-----------
Merge pull request #590 from jmdavis/range
Fixed note on bidirectional ranges.
Compare: https://github.com/D-Programming-Language/phobos/compare/3f5ab4a...adafbe0
More information about the phobos
mailing list