
23 Mar
2021
23 Mar
'21
10:47 p.m.
On Tue, Mar 23, 2021 at 1:34 PM Rainer Deyke via Boost <boost@lists.boost.org> 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