[Issue 13120] Body of `foreach` over string with transcoding ignores function attributes

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Sep 8 11:32:04 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13120

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

https://github.com/D-Programming-Language/phobos/commit/96abecdd6e694e2dcfd62ab96329129871f6efed
Supplemental fix for issue 13120 - remove accidentally accepted @nogc attribute

`removechars()` and `squeeze()` are not @nogc, because they uses `dup` and
`std.utf.encode`.

https://github.com/D-Programming-Language/phobos/commit/fc84b758f49c1385bb8357b0fb27833654397300
Merge pull request #2493 from 9rnsr/fix13120

Supplemental fix for issue 9148 and 13120

--


More information about the Digitalmars-d-bugs mailing list