From 856ff81a8268a5c22d026a65d4c12a2e1136f73f Mon Sep 17 00:00:00 2001 From: Sergiu Dotenco Date: Thu, 26 Mar 2015 15:54:33 +0100 Subject: [PATCH] fixed vc 14.0 ctp 6 compilation error --- src/glog/logging.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/glog/logging.h.in b/src/glog/logging.h.in index 6ef6ad4..661240f 100644 --- a/src/glog/logging.h.in +++ b/src/glog/logging.h.in @@ -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 -- 2.34.1