$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2021-03-23 22:47:39
On Tue, Mar 23, 2021 at 1:34 PM Rainer Deyke via Boost
<boost_at_[hidden]> wrote:
> ...
One change I forgot to mention, is that this independent zlib library
will use the new "included source" model for the header-only mode. In
other words you will have to include <boost/zlib/src.hpp> in exactly
one translation unit. Alternatively you can link with the library as
usual. This provides the ease of integration of header-only without
the accompanying compilation performance penalties. Boost.JSON uses
this model and it has been working well.
Thanks