Miniz zipping seems to work.

This commit is contained in:
tamasmeszaros 2019-03-14 19:07:16 +01:00
parent bc3036d777
commit dc7e75b522
6 changed files with 158 additions and 6 deletions

View file

@ -97,7 +97,7 @@ public:
bool is_ok() { return false; }
template<class T> LayerWriter& operator<<(const T& /*arg*/) {
template<class T> LayerWriter& operator<<(T&& /*arg*/) {
return *this;
}