8 May
2019
8 May
'19
2:05 a.m.
Rene Rivera wrote:
On Tue, May 7, 2019 at 8:41 PM Peter Dimov via Boost
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.)