Thread overview
[Issue 14625] opIndex() doesn't work on foreach container iteration
May 28, 2015
Kenji Hara
May 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14625

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4686

--
August 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14625

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/248805a4ba23278622f6831a172779f3012b1b03 fix Issue 14625 - opIndex() doesn't work on foreach container iteration

https://github.com/D-Programming-Language/dmd/commit/d99699301eb0f5d46b4f9240236ca7c1694bb39b Merge pull request #4948 from 9rnsr/fix14621

Issue 14621, 14624, 14625 - Fix bugs in array operator overloading semantics

--
August 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14625

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/248805a4ba23278622f6831a172779f3012b1b03 fix Issue 14625 - opIndex() doesn't work on foreach container iteration

https://github.com/D-Programming-Language/dmd/commit/d99699301eb0f5d46b4f9240236ca7c1694bb39b Merge pull request #4948 from 9rnsr/fix14621

--