Skip to content

Commit b83305a

Browse files
authored
Merge pull request #6294 from carblue/std_uni_dip1000
[Trivial]std.uni: Fix a -dip1000 compilable issue; appeared since #6041
2 parents 6947d80 + c4e9d66 commit b83305a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/uni.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7537,7 +7537,7 @@ public:
75377537
}
75387538

75397539
/// Append all $(CHARACTERS) from the input range $(D inp) to this Grapheme.
7540-
ref opOpAssign(string op, Input)(Input inp)
7540+
ref opOpAssign(string op, Input)(scope Input inp)
75417541
if (isInputRange!Input && is(ElementType!Input : dchar))
75427542
{
75437543
static if (op == "~")

0 commit comments

Comments
 (0)