[phobos] [dlang/phobos] c58e3f: Issue 16308 - [ndslice] should always has save pri...
GitHub via phobos
phobos at puremagic.com
Sun Jul 31 04:42:15 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/phobos
Commit: c58e3fadc9586e3dc930f8ddb10c3387a3334040
https://github.com/dlang/phobos/commit/c58e3fadc9586e3dc930f8ddb10c3387a3334040
Author: Ilya Yaroshenko <ilyayaroshenko at gmail.com>
Date: 2016-07-31 (Sun, 31 Jul 2016)
Changed paths:
M std/experimental/ndslice/internal.d
M std/experimental/ndslice/selection.d
M std/experimental/ndslice/slice.d
Log Message:
-----------
Issue 16308 - [ndslice] should always has save primitive
The reason is that Slice never calls front/popFront and others
primitives of underlaying range.
remove constraints for `save` in ndslice.selection
Commit: 73e3c70c8af9262289887bcb21fd58a1e70b42fd
https://github.com/dlang/phobos/commit/73e3c70c8af9262289887bcb21fd58a1e70b42fd
Author: David Nadlinger <code at klickverbot.at>
Date: 2016-07-31 (Sun, 31 Jul 2016)
Changed paths:
M std/experimental/ndslice/internal.d
M std/experimental/ndslice/selection.d
M std/experimental/ndslice/slice.d
Log Message:
-----------
Merge pull request #4630 from 9il/ndsave
fix Issue 16308 - [ndslice] should always has save primitive
Compare: https://github.com/dlang/phobos/compare/69c00bc1a9ea...73e3c70c8af9
More information about the phobos
mailing list