mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-05-03 08:40:24 +03:00
i broke ctfe oops
This commit is contained in:
parent
5da32aeb43
commit
d678a73ccb
1 changed files with 1 additions and 1 deletions
2
dom.d
2
dom.d
|
@ -8125,7 +8125,7 @@ class Utf8Stream {
|
||||||
if(hasMore())
|
if(hasMore())
|
||||||
this.data ~= getMore();
|
this.data ~= getMore();
|
||||||
|
|
||||||
stdout.flush();
|
// stdout.flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
@property final size_t length() {
|
@property final size_t length() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue