Boost logo

Boost :

Subject: Re: [boost] Making two Boost libraries interoperate
From: Robert Ramey (ramey_at_[hidden])
Date: 2019-04-24 16:44:44


On 4/24/19 8:56 AM, Joaquin M López Muñoz via Boost wrote:

>
> Not sure if this helps, but the way I did it in Boost.Flyweight is by
> isolating all serialization code
> in a separate header:
>
> https://www.boost.org/libs/flyweight/doc/reference/flyweight.html#serialize_synopsis

This does help! or it would help if our dependency tools understood
this. In particular flyweight library is not dependent on the
serialization libraries. Only apps which use the flyweight library AND
the serialization library are dependent on the serialization library.
Our notion of "dependency" obscures this.

Robert Ramey


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk