fixed vc 14.0 ctp 6 compilation error

This commit is contained in:
Sergiu Dotenco 2015-03-26 15:54:33 +01:00 committed by Sergiu Dotenco
parent b561c94b19
commit 856ff81a82

View File

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