mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 09:15:00 -06:00
Disable new C++11 expression in Lzma2Encoder.h
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user