Compiling for IA64 and WinXP does not work, cause FLZMA2 doesn't build then :/

This commit is contained in:
Tino Reichardt
2019-11-03 15:48:22 +01:00
parent 424714a700
commit 5e3efe410d
3 changed files with 6 additions and 21 deletions

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;