Search code examples
c++multithreadingboostboost-asioboost-signals

Using boost modules without the rest of boost?


I want to include boost signals in a small educational framework I am developing, but I don't want to add everything, as boost is quite big, what I need is thread, signals 1&2 and asio.

My question is regarding any dependencies or licensing issues I may have as a consequence of not having the full boost library?


Solution

  • Boost provide a tool called BCP that will extracts parts of Boost by itself for exactly this purpose