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

--- Comment #2 from [email protected] ---
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

--

Reply via email to