Niall Douglas wrote:
According to Jens'
https://meetingcpp.com/tl_files/blog/bda/boostdepbargraph.png, System
looks the most tractable.
Not sure how he generated this graph, but if you go by dependencies, Assert
only depends on Config:
C:\Projects\boost-git\boost>dist\bin\boostdep assert
Primary dependencies for assert:
config:
from
System is
C:\Projects\boost-git\boost>dist\bin\boostdep system
Primary dependencies for system:
assert:
from
config:
from
from
from
from
from
from
core:
from
from
predef:
from
winapi:
from
from
from
from
from
but it's a good example on which to demonstrate a build system because it
actually requires building, whereas the simpler libraries are generally
header-only.