[phobos] [D-Programming-Language/phobos] 5d7148: c[a, b] -> opIndex but we want call to go to opSli...
GitHub
noreply at github.com
Fri Jul 20 21:52:00 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 5d7148bf3172b9ddffd737329b983232cd808131
https://github.com/D-Programming-Language/phobos/commit/5d7148bf3172b9ddffd737329b983232cd808131
Author: Ellery Newcomer <ellery at madrone.localdomain>
Date: 2012-07-20 (Fri, 20 Jul 2012)
Changed paths:
M std/container.d
Log Message:
-----------
c[a, b] -> opIndex but we want call to go to opSlice
Commit: edcb304618a130115c327e4c982b1caddc875d66
https://github.com/D-Programming-Language/phobos/commit/edcb304618a130115c327e4c982b1caddc875d66
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2012-07-20 (Fri, 20 Jul 2012)
Changed paths:
M std/container.d
Log Message:
-----------
Merge pull request #706 from mylodon/container_slice_gaff
c[a, b] should be c[a .. b]
Compare: https://github.com/D-Programming-Language/phobos/compare/9e6f7e17f30a...edcb304618a1
More information about the phobos
mailing list