Commit 856ff81a authored by Sergiu Dotenco's avatar Sergiu Dotenco Committed by Sergiu Dotenco

fixed vc 14.0 ctp 6 compilation error

parent b561c94b
......@@ -1152,6 +1152,8 @@ public:
char* str() const { return pbase(); }
private:
LogStream(const LogStream&);
LogStream& operator=(const LogStream&);
base_logging::LogStreamBuf streambuf_;
int ctr_; // Counter hack (for the LOG_EVERY_X() macro)
LogStream *self_; // Consistency check hack
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment