i broke ctfe oops

This commit is contained in:
Adam D. Ruppe 2023-10-30 21:44:12 -04:00
parent 5da32aeb43
commit d678a73ccb

2
dom.d
View file

@ -8125,7 +8125,7 @@ class Utf8Stream {
if(hasMore())
this.data ~= getMore();
stdout.flush();
// stdout.flush();
}
@property final size_t length() {