diff --git a/source/mir/format.d b/source/mir/format.d index bbb613f1..464995ac 100644 --- a/source/mir/format.d +++ b/source/mir/format.d @@ -59,7 +59,7 @@ unittest } /// Concatenated string results -string text(string separator = "", Args...)(auto ref Args args) +string text(string separator = "", Args...)(auto ref const(Args) args) if (Args.length > 0) { static if (Args.length == 1)