Thread overview
[Issue 17251] Appender.put errors out with const input range elements
March 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17251

--- Comment #1 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/c770fb481218e6eb2cd32363ce96de816dc6bdcf Fix issue 17251 - Appender.put doesn't accept const input range elements.

The two overloads taking an element and a const range were conflicting because canPutConstRange is overlapping the definition of canPutItem.

https://github.com/dlang/phobos/commit/23726d63308c97799c6b356be392b466804be1f5 Merge pull request #5264 from s-ludwig/master

Fix issue 17251 - Appender.put doesn't accept const input range elements merged-on-behalf-of: H. S. Teoh <quickfur@users.noreply.github.com>

--
June 17, 2017
https://issues.dlang.org/show_bug.cgi?id=17251

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/c770fb481218e6eb2cd32363ce96de816dc6bdcf Fix issue 17251 - Appender.put doesn't accept const input range elements.

https://github.com/dlang/phobos/commit/23726d63308c97799c6b356be392b466804be1f5 Merge pull request #5264 from s-ludwig/master

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17251

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/c770fb481218e6eb2cd32363ce96de816dc6bdcf Fix issue 17251 - Appender.put doesn't accept const input range elements.

https://github.com/dlang/phobos/commit/23726d63308c97799c6b356be392b466804be1f5 Merge pull request #5264 from s-ludwig/master

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=17251

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

https://github.com/dlang/phobos/commit/c770fb481218e6eb2cd32363ce96de816dc6bdcf Fix issue 17251 - Appender.put doesn't accept const input range elements.

https://github.com/dlang/phobos/commit/23726d63308c97799c6b356be392b466804be1f5 Merge pull request #5264 from s-ludwig/master

Fix issue 17251 - Appender.put doesn't accept const input range elements merged-on-behalf-of: H. S. Teoh <quickfur@users.noreply.github.com>

--