fixed vc 14.0 ctp 6 compilation error
authorSergiu Dotenco <sergiu.dotenco@th-nuernberg.de>
Thu, 26 Mar 2015 14:54:33 +0000 (15:54 +0100)
committerSergiu Dotenco <sergiu.dotenco@gmail.com>
Wed, 15 Jul 2015 20:34:59 +0000 (22:34 +0200)
src/glog/logging.h.in

index 6ef6ad4..661240f 100644 (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