Boost logo

Boost :

From: Ruben Perez (rubenperez038_at_[hidden])
Date: 2024-01-14 14:39:44


>
>
> Q: Will this require that we change the current Boost source structure?
> A: Yes. Unfortunately there is one restriction that adhering to a
> modular Boost requires. We would not allow sublibs. That is, that we
> can't support having libraries in root/libs/thing/<library> style
> locations. All libraries must be single libraries under the root/libs
> directory. Thankfully there's only a handful of such libraries. The
> root/libs/numeric/* group of libraries.
>

Does referencing other Boost libs in Jamfiles
change? Is /boost/test//boost_test
(or whatever other lib) still the way?
How can I CI test whether my lib adheres
to modular Boost practices?

Thanks,
Ruben.


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