Skip to content

Commit b23a5be

Browse files
committed
Use const(Args) instead of inout(Args)
1 parent b70a499 commit b23a5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/format.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ unittest
5959
}
6060

6161
/// Concatenated string results
62-
string text(string separator = "", Args...)(auto ref inout(Args) args)
62+
string text(string separator = "", Args...)(auto ref const(Args) args)
6363
if (Args.length > 0)
6464
{
6565
static if (Args.length == 1)

0 commit comments

Comments
 (0)