Lily Tsuru
3bcc4d242f
We now also wrap the result of the decompression code in a ErrorOr<> and have also added a additional error code for decompression failure (since it *is* something that can fail, after all.). This shouldn't really bother performance, if it does, I can just have it take a vector by ref and then make it ErrorOr<void>. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Compression.cpp | ||
Compression.hpp | ||
Errors.cpp | ||
Errors.hpp | ||
Reader.cpp | ||
Reader.hpp |