[Issue 17251] Appender.put errors out with const input range elements
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Mar 29 14:39:34 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=17251
--- Comment #1 from github-bugzilla at 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 at users.noreply.github.com>
--
More information about the Digitalmars-d-bugs
mailing list