Skip to content

Commit

Permalink
Fixed LogEntryWithEndl
Browse files Browse the repository at this point in the history
  • Loading branch information
vovagorodok committed Jun 12, 2024
1 parent 9def245 commit 9f4c833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LogEntry.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ struct LogEntryWithPrefix : LogEntry<level> {
template <LogLevel level>
struct LogEntryWithEndl : LogEntry<level> {
LogEntryWithEndl(const LogEntryWithEndl&) = delete;
LogEntryWithEndl(): LogEntry<level>() {}
~LogEntryWithEndl() {
#ifndef LOG_LEVEL_DISABLED
std::cout << std::endl;
Expand Down

0 comments on commit 9f4c833

Please sign in to comment.