[iostreams] failure do build zlib.cpp in cvs HEAD

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);

pedro.lamarao@mndfck.org wrote:
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.
Thanks. The problem was that I commited changes to the implementation but neglected to commit the changes to the interface. I just fixed it. Jonathan
participants (2)
-
Jonathan Turkanis
-
pedro.lamarao@mndfck.org