torhu wrote:
> Unless a file is opened in binary mode, '\n' will be translated into
> '\r\n' on Windows. And stdin, stdout, stderr is by default in ascii
> (not binary) mode.
But I don't think this is the case in Tango, so Cout(line)("\n") should also be
changed for the benchmarks.