$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2020-03-06 22:38:18
On Fri, Mar 6, 2020 at 1:54 PM Janson R. via Boost
<boost_at_[hidden]> wrote:
> Good thing the library is already header only;
Yeah, note though that the default should be a linkable library (i.e.
you have to opt-in to header only by defining a macro,
BOOST_DEFLATE_HEADER_ONLY in this case).
Thanks