Subject: Re: [boost] Submodules of Boost libraries
From: Peter Dimov (lists_at_[hidden])
Date: 2014-10-06 12:19:49


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