Fixed a bug in ostd::ConsoleOutputHandler::flush() method

This commit is contained in:
OmniaX-dev 2024-01-13 00:41:39 +01:00
parent e8849a4b49
commit 4b1a8598f6
3 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1819
1821

View file

@ -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
View file