|
Boost : |
From: pedro.lamarao_at_[hidden]
Date: 2005-06-02 10:14:16
It seems the declaration of zlib_base::reset in zlib.hpp doesn't agree
with the definition in zlib.cpp.
After applying the following trivial patch everything compiles fine.
-- Pedro Lamarão
Index: boost/iostreams/filter/zlib.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/iostreams/filter/zlib.hpp,v
retrieving revision 1.18
diff -r1.18 zlib.hpp
194c194
< void reset(bool compress);
--- > void reset(bool compress, bool realloc);
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk