Configure Undefined Behaviour Sanitizer (#6290)

This commit is contained in:
Siarhei Fedartsou
2022-08-01 23:40:26 +02:00
committed by GitHub
parent 589becbfec
commit 00816722dd
11 changed files with 68 additions and 32 deletions
+3
View File
@@ -85,6 +85,9 @@ class Log
return *this;
}
private:
void Init();
protected:
const LogLevel level;
std::ostringstream buffer;