-
Dominik Charousset authored
On Windows, STDOUT is "fully buffered" by default. This means that messages don't appear after a newline on screen, like they do on UNIX systems that use line buffering by default. Using `std::endl` makes sure that written messages actually appear on screen for Windows users as they should.
a27358d3