mirror of
https://github.com/dlang/phobos.git
synced 2025-05-01 07:30:33 +03:00
Fix remaining import deprecation messages
This commit is contained in:
parent
972227d286
commit
b0acb7a394
17 changed files with 81 additions and 62 deletions
|
@ -1960,7 +1960,7 @@ if (isNarrowString!(Char[]) && !is(Char == const) && !is(Char == immutable))
|
|||
auto r = representation(s);
|
||||
for (size_t i = 0; i < s.length; )
|
||||
{
|
||||
immutable step = std.utf.stride(s, i);
|
||||
immutable step = stride(s, i);
|
||||
if (step > 1)
|
||||
{
|
||||
.reverse(r[i .. i + step]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue