Subject: Re: [boost] To modularize, or not to modularize. What is the plan?
From: Peter Dimov (pdimov_at_[hidden])
Date: 2019-05-08 02:05:56


Rene Rivera wrote:
> On Tue, May 7, 2019 at 8:41 PM Peter Dimov via Boost
> <boost_at_[hidden]> wrote:
> > Rene Rivera wrote:
> >
> > > * Ban relative use of inter-library dependencies.
> >
> > What does this mean?
>
> It means no doing "../../lib/thread/.." from some other lib to get at the
> build files or anything else.

How will the libraries refer to each other? <library>/boost//libname,
target_link_libraries(Boost::libname), and rely on someone to have made
these available somehow? (If we're dropping the superproject.)