[phobos] [D-Programming-Language/phobos] 035edd: splitter ddoc and constraint improvements.
GitHub
noreply at github.com
Mon Oct 15 15:15:05 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 035eddda46dc44922a0950c838687e221865fbec
https://github.com/D-Programming-Language/phobos/commit/035eddda46dc44922a0950c838687e221865fbec
Author: Peter Alexander <peter.alexander.au at gmail.com>
Date: 2012-10-14 (Sun, 14 Oct 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
splitter ddoc and constraint improvements.
splitter requires a sliceable range, contradicting
the ddoc. Additionally, one of the overloads
requires a sliceable range, but omits this from
the if-constraint.
This commit mentions the sliceable constraint in
the ddoc and tightens the constraints of the
overload to require slicing.
Commit: f5bdd5730ca2ea1eb88381b449fa35d42e3aedb8
https://github.com/D-Programming-Language/phobos/commit/f5bdd5730ca2ea1eb88381b449fa35d42e3aedb8
Author: Peter Alexander <peter.alexander.au at gmail.com>
Date: 2012-10-15 (Mon, 15 Oct 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Added mention of narrow string types to splitter ddoc.
Commit: 02c3e1d25c77c9821ed69d59c94c96c06e68cfb3
https://github.com/D-Programming-Language/phobos/commit/02c3e1d25c77c9821ed69d59c94c96c06e68cfb3
Author: Alex Rønne Petersen <alex at lycus.org>
Date: 2012-10-15 (Mon, 15 Oct 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Merge pull request #869 from Poita/splitter-sliceable
splitter ddoc and constraint improvements.
Compare: https://github.com/D-Programming-Language/phobos/compare/b20c31dbfeec...02c3e1d25c77
More information about the phobos
mailing list