Browse Source

Hide operator<<(char c);

Tatsuhiro Tsujikawa 14 năm trước cách đây
mục cha
commit
feb4e2e53a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/GZipEncoder.h

+ 2 - 0
src/GZipEncoder.h

@@ -52,6 +52,8 @@ private:
   std::string internalBuf_;
 
   std::string encode(const unsigned char* in, size_t length, int flush);
+  // Not implemented
+  GZipEncoder& operator<<(char c);
 public:
   GZipEncoder();