> | boost now has a iostream library with gzip/bzip2 support. Does it make > | sense to replace our current gzstream with this one? > > Yes. > > But let me import the iostream lib into our boost copy before you > begin doing this change.
This may be the most troublesome step (need to figure out which files are needed). After that, it is only a replacement of gzstream by filtering_ostream( gzip_compressor() | file_sink(...)). Bo