https://issues.dlang.org/show_bug.cgi?id=13241
--- Comment #5 from Vladimir Panteleev <[email protected]> --- Yes, though note that the previous behavior was to flush only when writing to screen. When the program output is redirected to a file, AFAIK the streams were flushed only explicitly (or when the buffer is full). --
