Headers and defines for :thread
Opened this issue · 1 comments
michaeleisel commented
It seems like this library is missing the hdrs
from boost/thread/...
, is this something to be fixed or am I mistaken?
michaeleisel commented
Upon learning more about boost, it seems it's designed so that, even with its default Jamfile setup, there are no clear dependencies on subsets of the headers. It'd be great to have fine-grained header dependencies though, so that sandbox builds work and are fast