Skip to content

Commit 691a9ed

Browse files
authored
Revert "Use const parameters in mir.format to reduce template bloat (#359)"
This reverts commit 9a6abda.
1 parent 1300aad commit 691a9ed

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
@@ -60,7 +60,7 @@ unittest
6060
}
6161

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

0 commit comments

Comments
 (0)