> In the meantime I came to believe so as well. So why did we rip off
> zlib initially?

Isn't this boost::iostreams thing beautiful? At least to me, the
elegency of the following code was the biggest reason to replace
gzstream with boost::iostreams.

if (compressed)
    gz_.push(io::gzip_decompressor());
gz_.push(file);
is.rdbuf(&gz_);

        
Bo

Reply via email to