Using boost modules without residual boost?

I want to include alarms in a small educational environment that I am developing, but I do not want to add everything, since boost is quite large, I need a stream, signals 1 & 2 and asio.

My question is about any dependencies or licensing issues that may arise due to the lack of a complete boost library?

+3
source share
2 answers

Boost provides a tool called BCP that will extract parts of Boost on its own for this purpose.

+5
source

Quoting Boost license :

, ( " " ) , , , , , , , :

Boost , , , .

Boost.System, Boost.Thread Boost.Asio, .

+2

All Articles