[Issue 14575] compile error with std.range.refRange when front/back isn't implicitly convertible from const to mutable

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14575

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/08ea0476a5105c6d70e34defb46a66d6ebd28f47
fix Issue 14575 - compile error with std.range.refRange when front/back isn't
implicitly convertible from const to mutable

https://github.com/dlang/phobos/commit/0a8c30ef8444121d179dae2285e7c0cf1a593111
Merge pull request #3274 from aG0aep6G/14575

--


[Issue 14575] compile error with std.range.refRange when front/back isn't implicitly convertible from const to mutable

2015-05-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14575

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/08ea0476a5105c6d70e34defb46a66d6ebd28f47
fix Issue 14575 - compile error with std.range.refRange when front/back isn't
implicitly convertible from const to mutable

https://github.com/D-Programming-Language/phobos/commit/0a8c30ef8444121d179dae2285e7c0cf1a593111
Merge pull request #3274 from aG0aep6G/14575

fix Issue 14575 - compile error with std.range.refRange when front/ba…

--


[Issue 14575] compile error with std.range.refRange when front/back isn't implicitly convertible from const to mutable

2015-05-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14575

ag0ae...@gmail.com changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from ag0ae...@gmail.com ---
https://github.com/D-Programming-Language/phobos/pull/3274

--