6 Oct
2014
6 Oct
'14
4:22 p.m.
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.