mirror of https://github.com/adamdruppe/arsd.git
phobos v2.101 random breaking change
This commit is contained in:
parent
3fface2761
commit
6f03281044
2
cgi.d
2
cgi.d
|
@ -5207,7 +5207,7 @@ private class FakeSocketForStdin : Socket {
|
|||
return buffer.length;
|
||||
}
|
||||
|
||||
override void close() @trusted {
|
||||
override void close() @trusted scope {
|
||||
(cast(void delegate() @nogc nothrow) &realClose)();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue