Fixed a bug in ostd::ConsoleOutputHandler::flush() method
This commit is contained in:
parent
e8849a4b49
commit
4b1a8598f6
3 changed files with 2 additions and 2 deletions
2
build.nr
2
build.nr
|
|
@ -1 +1 @@
|
|||
1819
|
||||
1821
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@ namespace ostd
|
|||
|
||||
OutputHandlerBase& ConsoleOutputHandler::flush(void)
|
||||
{
|
||||
std::cout << std::endl;
|
||||
std::cout << std::flush;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
|
|||
0
temp_install.sh
Normal file → Executable file
0
temp_install.sh
Normal file → Executable file
Loading…
Reference in a new issue