$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-06-02 11:28:09
pedro.lamarao_at_[hidden] 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