Showing with 1 addition and 1 deletion.
  1. +1 −1 std/uni.d
2 changes: 1 addition & 1 deletion std/uni.d
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ struct MultiArray(Types...)
return (storage.ptr+storage.length - raw_ptr!n)*size_t.sizeof;
}

void store(OutRange)(scope OutRange sink) const @safe
void store(OutRange)(scope OutRange sink) const
if (isOutputRange!(OutRange, char))
{
import std.format : formattedWrite;
Expand Down