$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Submodules of Boost libraries
From: Peter Dimov (lists_at_[hidden])
Date: 2014-10-06 12:22:21
> Mathias Gaunard wrote:
> > My own library is split in several functional modules, primarily because
> > some of them have special dependencies and are optional.
> >
> > How should this be presented for inclusion into Boost?
>
> libs/library/
> module1/
> include/
> src/
> test/
> module2/
> include/
> src/
> test/
> ...
> sublibs
See libs/numeric as an example of this structure.