Hacker News new | ask | show | jobs
by paulddraper 3475 days ago
All of Boost?

It's modular, so you should just have to pull in what you use.

1 comments

In practice it is not very modular, parts of the library like Asio are so dependent to other parts in boost, and given that bootstrapping can be an annoyance at times, I have seen a los of project that decided to include the whole library.