Disable new C++11 expression in Lzma2Encoder.h

This commit is contained in:
Tino Reichardt
2019-11-03 11:33:20 +01:00
parent 690d68d1d2
commit 621c9fc012

View File

@@ -67,8 +67,8 @@ class CFastEncoder :
FL2_dictBuffer dict;
size_t dict_pos;
FastLzma2(const FastLzma2&) = delete;
FastLzma2& operator=(const FastLzma2&) = delete;
//FastLzma2(const FastLzma2&) = delete;
//FastLzma2& operator=(const FastLzma2&) = delete;
};
FastLzma2 _encoder;