[Issue 7654] Direct using of Rebindable!T doesn't work
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Feb 15 11:06:49 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=7654
--- Comment #2 from github-bugzilla at puremagic.com 2014-02-15 11:06:46 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/c9fe9679d43de8b960bb0bfcb208637dc28e0452
Fix Issue 7654 - Fix Rebindable of narrow strings.
`Rebindable!(const(T)[])` should be `T[]`, but `Rebindable` was using
`ElementType` instead of `ElementEncodingType`, which would result in `dchar[]`
for narrow strings. This pull fixes this simple mistake.
https://d.puremagic.com/issues/show_bug.cgi?id=7654
https://github.com/D-Programming-Language/phobos/commit/a35a00efb9171297e3119849bb77d2b9a46717df
Merge pull request #1941 from Poita/bug7654
Fix Issue 7654 - Fix Rebindable of narrow strings.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list