t-mat / lz4mt

Platform independent, multi-threading implementation of lz4 stream in C++11
Other
199 stars 47 forks source link

Use std::unique_ptr for automatic deletion. #9

Closed t-mat closed 11 years ago

t-mat commented 11 years ago

Get rid of Lz4Mt::MemPool::AutoDelete.